Skip to content

Commit

Permalink
limit version to x.y.za1
Browse files Browse the repository at this point in the history
  • Loading branch information
atthaboon committed Feb 12, 2021
1 parent d5d0314 commit d536f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ def get_versions(verbose=False):

def get_version():
"""Get the short version string for this project."""
return get_versions()["version"]
return get_versions()["version"].split('+')[0]


def get_cmdclass():
Expand Down

0 comments on commit d536f3f

Please sign in to comment.