Skip to content

Commit 67fb709

Browse files
committed
Update setup and version for release 0.8.0
1 parent 8afcff3 commit 67fb709

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def _get_version():
2929
else:
3030
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
3131
version = f.readline().strip()
32-
if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
33-
version += "+" + sha[:7]
32+
# if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
33+
# version += "+" + sha[:7]
3434

3535
if sha is None:
3636
sha = "Unknown"

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0a0
1+
0.8.0

0 commit comments

Comments
 (0)