This repository has been archived on 2022-05-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
userausfall/.bumpversion.cfg
Konrad Mohrfeldt 2647c8534b Release 0.1.0
2021-08-03 20:42:34 +02:00

8 lines
193 B
INI

[bumpversion]
current_version = 0.1.0
[bumpversion:file:VERSION]
[bumpversion:file:userausfall/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"