diff --git a/setup.py b/setup.py index aef9e0987..bc77d6263 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,6 @@ 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 None: sha = "Unknown"