Skip to content

Commit

Permalink
set versioneer.tag_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
leifwalsh committed Aug 27, 2017
1 parent 83386d4 commit 8690495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion perfume/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = "None"
cfg.tag_prefix = ""
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "perfume/_version.py"
cfg.verbose = False
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ source = perfume
VCS = git
style = pep440
versionfile_source = perfume/_version.py
tag_prefix=''

0 comments on commit 8690495

Please sign in to comment.