Fix bumpversion fails with FileNotFoundError

The `README.md` file was moved to the `.github` folder in commit 742d482 and merged in .

Additionally the version number was removed from `README.md` in commit 8745af2.

Fixes 
This commit is contained in:
Labrys of Knossos 2022-12-02 20:59:08 -05:00
parent 18ac3575ba
commit 8a5c8c0863

@ -7,11 +7,6 @@ tag = False
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:README.md]
search = v{current_version}
replace = v{new_version}
[bumpversion:file:core/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'