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 aab2b0c commit 799db3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[versioneer]
VCS = git
style = pep440
Expand All @@ -6,11 +11,6 @@ versionfile_build = aws_pcluster_dask_gateway/_version.py
tag_prefix =
parentdir_prefix =

[bumpversion]
current_version = 0.1.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
Expand Down

0 comments on commit 799db3c

Please sign in to comment.