ucast/.bumpversion.cfg
ThetaDev 8127242487
All checks were successful
continuous-integration/drone/push Build is passing
Bump version: 0.4.1 → 0.4.2
2022-07-05 20:35:17 +02:00

12 lines
294 B
INI

[bumpversion]
current_version = 0.4.2
commit = True
tag = True
[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
[bumpversion:file:ucast/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"