Skip to content

Commit

Permalink
Fix versioneer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed Aug 12, 2022
1 parent bc65672 commit 03e5cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metasynth/_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 = "metasynth"
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "metasynth-"
cfg.versionfile_source = "metasynth/_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 @@ -3,5 +3,5 @@ VCS = git
style = pep440
versionfile_source = metasynth/_version.py
versionfile_build = metasynth/_version.py
tag_prefix = metasynth
tag_prefix = v
parentdir_prefix = metasynth-

0 comments on commit 03e5cf0

Please sign in to comment.