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

9 lines
193 B
INI
Raw Permalink Normal View History

2021-08-03 20:42:26 +02:00
[bumpversion]
2021-08-03 20:42:34 +02:00
current_version = 0.1.0
2021-08-03 20:42:26 +02:00
[bumpversion:file:VERSION]
[bumpversion:file:userausfall/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"