Skip to content

Commit

Permalink
Merge pull request #1034 from yarikoptic/bf-versioneer
Browse files Browse the repository at this point in the history
Do not specify tagprefix since there is none in tags for hed-python
  • Loading branch information
VisLab authored Oct 15, 2024
2 parents 10fe30e + e77e048 commit 61664e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hed/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_config() -> VersioneerConfig:
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = "hedtools-"
cfg.tag_prefix = ""
cfg.parentdir_prefix = "hedtools-"
cfg.versionfile_source = "hed/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit 61664e9

Please sign in to comment.