Skip to content

Commit

Permalink
fix bumpversion test searchstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Mar 22, 2021
1 parent a453745 commit 7ead41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:tests/unit/test_shot.py]
search = shot(version=True) == "{current_version}"
replace = shot(version=True) == "{new_version}"
search = Shot(version=True)() == "{current_version}"
replace = Shot(version=True)() == "{new_version}"

0 comments on commit 7ead41b

Please sign in to comment.