Skip to content

Commit

Permalink
Use proper tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoney committed Dec 2, 2022
1 parent 0e7523f commit a191e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infresnel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = ""
cfg.tag_prefix = ""
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "infresnel/_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 @@ -2,4 +2,4 @@
VCS = git
versionfile_source = infresnel/_version.py
versionfile_build = infresnel/_version.py
tag_prefix = ''
tag_prefix = v

0 comments on commit a191e93

Please sign in to comment.