We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686c95e commit 7fb5786Copy full SHA for 7fb5786
setup.py
@@ -23,7 +23,7 @@
23
# our choice of version suffix is constrained by PEP 440
24
# so we always append .99.ABI.SRC to most recent upstream version
25
# the following line is matched from cibuild.py
26
-package_version = '7.0.10.99.0.0a1'
+package_version = '7.0.10.99.0.0'
27
28
assert package_version.split('.')[-3]=='99', package_version
29
0 commit comments