Skip to content

Commit

Permalink
fix bumpversion path for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 committed Jan 13, 2021
1 parent 5097954 commit d6db65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ replace = version = "{new_version}"
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

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

0 comments on commit d6db65a

Please sign in to comment.