We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513625 commit 8cfada6Copy full SHA for 8cfada6
setup.py
@@ -5,7 +5,7 @@
5
def read(*rnames):
6
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
7
8
-version = '3.0.0'
+version = '3.0.1'
9
10
tests_require = [
11
"pytest==7.1.2",
0 commit comments