Skip to content

Commit

Permalink
update multipletau/_version.py with git_cast_file2repos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 20, 2018
1 parent 1c3420d commit a3ad390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipletau/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ def save_version(version, versionfile):
save_version(longversion, versionfile)

# PEP 440-conform development version:
version = ".dev".join(longversion.split("-")[:2])
version = ".post".join(longversion.split("-")[:2])

0 comments on commit a3ad390

Please sign in to comment.