Skip to content

Commit

Permalink
Update version style
Browse files Browse the repository at this point in the history
  • Loading branch information
apriha committed Apr 27, 2019
1 parent 7293588 commit 0fc6e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lineage/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_config():
# _version.py
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440-pre"
cfg.style = "pep440-post"
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "lineage-"
cfg.versionfile_source = "lineage/_version.py"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/warner/python-versioneer
[versioneer]
VCS = git
style = pep440-pre
style = pep440-post
versionfile_source = lineage/_version.py
versionfile_build = lineage/_version.py
tag_prefix = v
Expand Down

0 comments on commit 0fc6e06

Please sign in to comment.