Skip to content

Commit 6645242

Browse files
committed
Update setup.py
1 parent bd96e8f commit 6645242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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"

0 commit comments

Comments
 (0)