This repository has been archived on 2022-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
userausfall/.bumpversion.cfg
Konrad Mohrfeldt 2647c8534b Release 0.1.0
2021-08-03 20:42:34 +02:00

9 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}"