added github workflows

This commit is contained in:
Kamil
2024-11-22 19:30:33 +00:00
parent bf4bc1f522
commit 7396bf1c25
3 changed files with 102 additions and 0 deletions

9
.bumpversion.cfg Normal file
View File

@@ -0,0 +1,9 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
[bumpversion:file:version.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"