Skip to content

Commit 8cfada6

Browse files
authored
fix: version number
1 parent d513625 commit 8cfada6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def read(*rnames):
66
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
77

8-
version = '3.0.0'
8+
version = '3.0.1'
99

1010
tests_require = [
1111
"pytest==7.1.2",

0 commit comments

Comments
 (0)