add bump my version logic

This commit is contained in:
Karl 2025-07-15 11:31:07 +01:00
parent 1603b7fe3a
commit cbfcc59d9a
3 changed files with 10 additions and 0 deletions

8
.bumpversion.toml Normal file
View File

@ -0,0 +1,8 @@
[tool.bumpversion]
current_version = "1.1.2"
commit = true
tag = true
tag_name = "{new_version}"
[[tool.bumpversion.files]]
filename = "VERSION"

1
VERSION Normal file
View File

@ -0,0 +1 @@
1.1.2

View File

@ -32,3 +32,4 @@ tomli==2.2.1
typing_extensions==4.14.1
urllib3==2.4.0
Werkzeug==3.1.3
bump-my-version