diff --git a/earwigbot/__init__.py b/earwigbot/__init__.py index 2b0f8c6..48d90f7 100644 --- a/earwigbot/__init__.py +++ b/earwigbot/__init__.py @@ -45,7 +45,7 @@ if not __release__: commit_id = Repo(path).head.object.hexsha return commit_id[:8] try: - __version__ += ".git+" + _get_git_commit_id() + __version__ += "+git-" + _get_git_commit_id() except Exception: pass finally: