Skip to content

Commit

Permalink
remove sha
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylhtsang committed Oct 4, 2023
1 parent 45c6a4f commit d8be0b2
Showing 1 changed file with 2 additions and 2 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:
version += "+" + sha[:7]
# if sha is not None:
# version += "+" + sha[:7]

if sha is None:
sha = "Unknown"
Expand Down

0 comments on commit d8be0b2

Please sign in to comment.