Skip to content

Commit b95832f

Browse files
Fix tag prefix
1 parent 1c6b0a9 commit b95832f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VCS = git
2424
style = pep440
2525
versionfile_source = PyMEMENTO/_version.py
2626
versionfile_build = PyMEMENTO/_version.py
27-
tag_prefix = ''
27+
tag_prefix = v
2828

2929
[aliases]
3030
test = pytest

0 commit comments

Comments
 (0)