Skip to content

Commit 36cb059

Browse files
authored
Update setup.py
1 parent e545718 commit 36cb059

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
@@ -16,7 +16,7 @@
1616
# so change it to: "1.3.3+22.git.gdf81228"
1717
# See: https://peps.python.org/pep-0440/#local-version-segments
1818
v,i,s = VERSION.split("-")
19-
VERSION = v + "+" + i + ".git." + s
19+
VERSION = v# + "+" + i + ".git." + s
2020

2121
# assert "-" not in cf_remote_version
2222
# assert "." in cf_remote_version

0 commit comments

Comments
 (0)