Bump version: 0.1.1 → 0.1.2

This commit is contained in:
2024-03-09 21:17:24 +02:00
parent aa518c6a97
commit f22e20294b
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ version = { attr = "api_client.__version__" }
[tool.bumpversion]
current_version = "0.1.1"
current_version = "0.1.2"
commit = true
tag = true
tag_name = "v{new_version}"

View File

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