Skip to content

Commit

Permalink
fixed bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Oct 26, 2020
1 parent 0a7a86e commit 16442f1
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
Expand Up @@ -4,12 +4,12 @@ commit = True
tag = True

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

[bumpversion:file:rooki/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bumpversion:file:docs/source/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 16442f1

Please sign in to comment.