Skip to content

Commit

Permalink
fixing versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Sep 25, 2023
1 parent 5afe4a5 commit aab2b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws_pcluster_dask_gateway/_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 = ""
cfg.tag_prefix = "v"
cfg.parentdir_prefix = ""
cfg.versionfile_source = "aws_pcluster_dask_gateway/_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,7 +3,7 @@ VCS = git
style = pep440
versionfile_source = aws_pcluster_dask_gateway/_version.py
versionfile_build = aws_pcluster_dask_gateway/_version.py
tag_prefix = v
tag_prefix =
parentdir_prefix =

[bumpversion]
Expand Down

0 comments on commit aab2b0c

Please sign in to comment.