manga-dlp/.bumpversion.cfg

18 lines
451 B
INI
Raw Normal View History

2022-06-21 17:16:52 +02:00
[bumpversion]
2022-06-21 21:32:25 +02:00
current_version = 2.1.6
2022-06-21 21:27:01 +02:00
commit = True
2022-06-21 17:16:52 +02:00
tag = False
serialize = {major}.{minor}.{patch}
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
2022-06-21 17:16:52 +02:00
2022-06-21 21:27:01 +02:00
[bumpversion:file:manga-dlp.py]
search = MDLP_VERSION = "{current_version}"
replace = MDLP_VERSION = "{new_version}"
2022-06-21 17:16:52 +02:00
2022-06-21 21:27:01 +02:00
[bumpversion:file:mangadlp/input.py]
search = MDLP_VERSION = "{current_version}"
replace = MDLP_VERSION = "{new_version}"