Skip to content

Commit c9dea2e

Browse files
authored
Merge pull request #70 from DataFog/sidmohan0-patch-2
Update setup.py
2 parents caf8c06 + 9db12de commit c9dea2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafog/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0-dev"
1+
__version__ = "4.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66

77
# Use a single source of truth for the version
8-
__version__ = "4.1.0-dev"
8+
__version__ = "4.1.0"
99

1010
project_urls = {
1111
"Homepage": "https://datafog.ai",

0 commit comments

Comments
 (0)