blob: 4254f3fa2f061577ed81aaf290547ad959ae7124 [file] [log] [blame]
[bumpversion]
commit = True
tag = True
tag_name = {new_version}
current_version = 1.0.0
[bumpversion:file:pyproject.toml]
search = version = "{current_version}" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
replace = version = "{new_version}" # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
[bumpversion:file:tomli/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"