Bump version: 1.1.0 → 1.1.1

This commit is contained in:
2024-03-10 18:09:34 +02:00
parent 6446322054
commit 5e58b8060c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
from .async_client import BaseAPIClient as AsyncClient
from .sync_client import BaseAPIClient as SyncClient
__version__ = "1.1.0"
__version__ = "1.1.1"
__all__ = ["SyncClient", "AsyncClient"]