Skip to content

Commit

Permalink
Use v tag prefix in versioneer config
Browse files Browse the repository at this point in the history
Closes #6303
  • Loading branch information
michaelosthege committed Nov 19, 2022
1 parent 2c3f544 commit e5560e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/_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 = "pep440"
cfg.tag_prefix = "rel-"
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "pymc/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit e5560e7

Please sign in to comment.