Skip to content

Commit

Permalink
Update tag_prefix in _version.py (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jan 23, 2024
1 parent d7fdc5a commit cbdcc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/_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 = "v"
cfg.tag_prefix = ""
cfg.parentdir_prefix = "payu-"
cfg.versionfile_source = "payu/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit cbdcc28

Please sign in to comment.