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 8afcff3 commit 67fb709Copy full SHA for 67fb709
setup.py
@@ -29,8 +29,8 @@ def _get_version():
29
else:
30
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
31
version = f.readline().strip()
32
- if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
33
- version += "+" + sha[:7]
+# if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
+# version += "+" + sha[:7]
34
35
if sha is None:
36
sha = "Unknown"
version.txt
@@ -1 +1 @@
1
-0.8.0a0
+0.8.0
0 commit comments