diff --git a/setup.py b/setup.py index 97ee428ae0c8eaefb77d6a0a1443c49e04d66b71..d79d44655893308ce4612f2d7591bae58fd33291 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def write_version_file(version): except Exception as e: print("Unable to obtain git version information, exception: {}" .format(e)) - git_status = '' + git_status = 'release' version_file = '.version' if os.path.isfile(version_file) is False: