Bump version: 0.1.2 → 0.1.3

This commit is contained in:
2024-03-09 21:29:47 +02:00
parent 1acf29324e
commit d2e2bffa03
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.2"
current_version = "0.1.3"
commit = true
tag = true
tag_name = "v{new_version}"

View File

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