Skip to content

Commit

Permalink
update radontea/_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 739d14d commit daabed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radontea/_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 daabed3

Please sign in to comment.