Skip to content

Commit

Permalink
fix bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Jan 15, 2021
1 parent b1378ce commit 1542d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

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

[bumpversion:file:README.rst]
search = {current_version}
Expand Down

0 comments on commit 1542d78

Please sign in to comment.