Skip to content

Commit

Permalink
Fix bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
bulv1ne committed May 9, 2021
1 parent ab1db08 commit b294277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ commit = True
tag = True

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

[bumpversion:file:country_list/__init__.py]
search = __version__ = '{current_version}'
replace = {new_version}
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bdist_wheel]

Expand Down

0 comments on commit b294277

Please sign in to comment.