Skip to content

Commit

Permalink
[versioneer] update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-wan-kenobi committed Sep 16, 2022
1 parent bbdac9d commit cd004a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = ""
cfg.tag_prefix = "v"
cfg.parentdir_prefix = ""
cfg.versionfile_source = "_version.py"
cfg.verbose = False
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ VCS = git
style = pep440
versionfile_source = _version.py
versionfile_build = _version.py
tag_prefix =
tag_prefix = v
parentdir_prefix =

0 comments on commit cd004a1

Please sign in to comment.