Skip to content

Commit 02f1836

Browse files
Use v tag prefix in versioneer config
Closes #6303
1 parent 2c3f544 commit 02f1836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_config():
4343
cfg = VersioneerConfig()
4444
cfg.VCS = "git"
4545
cfg.style = "pep440"
46-
cfg.tag_prefix = "rel-"
46+
cfg.tag_prefix = "v"
4747
cfg.parentdir_prefix = "None"
4848
cfg.versionfile_source = "pymc/_version.py"
4949
cfg.verbose = False

0 commit comments

Comments
 (0)