Skip to content

Commit

Permalink
Merge pull request #585 from Bobfrat/versioneer
Browse files Browse the repository at this point in the history
Update prefix in _version.py
  • Loading branch information
Bob Fratantonio authored May 18, 2018
2 parents 4542f6b + 6318c4a commit 3a8672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compliance_checker/_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 = "v"
cfg.tag_prefix = ""
cfg.parentdir_prefix = ""
cfg.versionfile_source = "compliance_checker/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit 3a8672d

Please sign in to comment.