Skip to content

Commit

Permalink
Fix versioneer tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Mar 2, 2024
1 parent 8176d43 commit f2b1acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gerrychain/_version.py
Expand Up @@ -51,7 +51,7 @@ def get_config() -> VersioneerConfig:
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = ""
cfg.tag_prefix = ""
cfg.tag_prefix = "'v'"
cfg.parentdir_prefix = "gerrychain-"
cfg.versionfile_source = "gerrychain/_version.py"
cfg.verbose = False
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -21,7 +21,7 @@ markers =
VCS = git
versionfile_source = gerrychain/_version.py
versionfile_build = gerrychain/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix = gerrychain-

[bdist_wheel]
Expand Down

0 comments on commit f2b1acd

Please sign in to comment.