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 e545718 commit 36cb059Copy full SHA for 36cb059
setup.py
@@ -16,7 +16,7 @@
16
# so change it to: "1.3.3+22.git.gdf81228"
17
# See: https://peps.python.org/pep-0440/#local-version-segments
18
v,i,s = VERSION.split("-")
19
- VERSION = v + "+" + i + ".git." + s
+ VERSION = v# + "+" + i + ".git." + s
20
21
# assert "-" not in cf_remote_version
22
# assert "." in cf_remote_version
0 commit comments