blob: 4aecf175effb6352e0a6c4b4f4c04357e9a1336a [file]
[bumpversion]
commit = True
tag = True
tag_name = {new_version}
current_version = 0.1.1
[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:src/mdurl/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"