diff --git a/setup.py b/setup.py index e57b1bc73..bb3b484fd 100644 --- a/setup.py +++ b/setup.py @@ -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"