diff --git a/setup.py b/setup.py index 5619073..742c344 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def doc_version(): if not git: return "" elif git.exact: - return git.format_with("{tag}") + return git.format_with("v{tag}") else: return "latest"