ucast/.bumpversion.cfg
ThetaDev 297daaa51b
All checks were successful
continuous-integration/drone/push Build is passing
Bump version: 0.3.0 → 0.3.1
2022-06-27 23:41:06 +02:00

12 lines
294 B
INI

[bumpversion]
current_version = 0.3.1
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}"