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 4fe6404 commit a68d491Copy full SHA for a68d491
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.2'
+version = '3.0.3'
9
10
tests_require = [
11
"pytest==7.1.2",
0 commit comments