Skip to content

Commit 622c903

Browse files
Sid MohanSid Mohan
authored andcommitted
tox pass
1 parent f40323e commit 622c903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ build/
1616
node_modules/
1717
datafog_debug.log
1818
sotu_2023.txt
19-
.DS_Store
19+
.DS_Store

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def __version__():
9-
return "3.0.0-beta.6"
9+
return "3.0.0"
1010

1111

1212
project_urls = {

src/datafog/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.0-beta.6"
1+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)