versioning
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 44s

This commit is contained in:
Karl 2025-07-13 16:04:57 +01:00
parent 30918daeb4
commit 603d178d03
3 changed files with 9 additions and 0 deletions

1
VERSION Normal file
View File

@ -0,0 +1 @@
1.0.6

8
pyproject.toml Normal file
View File

@ -0,0 +1,8 @@
[tool.bump-my-version]
current_version = "1.0.6"
commit = true
tag = true
message = "bump version to {new_version}"
[[tool.bump-my-version.files]]
filename = "VERSION"

Binary file not shown.