Skip to content

Commit

Permalink
Update setup and version for release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhang12 committed Jun 17, 2024
1 parent 8afcff3 commit 67fb709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def _get_version():
else:
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
version = f.readline().strip()
if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
version += "+" + sha[:7]
# if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
# version += "+" + sha[:7]

if sha is None:
sha = "Unknown"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0a0
0.8.0

0 comments on commit 67fb709

Please sign in to comment.