Bump version: 0.1.0 → 0.1.1

This commit is contained in:
Kamil
2024-11-22 20:00:33 +00:00
parent d007372721
commit bf7209c40f
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"