Bump version: 1.1.0 → 1.1.1
This commit is contained in:
@ -42,7 +42,7 @@ version = { attr = "api_client.__version__" }
|
|||||||
|
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.1.0"
|
current_version = "1.1.1"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "v{new_version}"
|
tag_name = "v{new_version}"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from .async_client import BaseAPIClient as AsyncClient
|
from .async_client import BaseAPIClient as AsyncClient
|
||||||
from .sync_client import BaseAPIClient as SyncClient
|
from .sync_client import BaseAPIClient as SyncClient
|
||||||
|
|
||||||
__version__ = "1.1.0"
|
__version__ = "1.1.1"
|
||||||
__all__ = ["SyncClient", "AsyncClient"]
|
__all__ = ["SyncClient", "AsyncClient"]
|
||||||
|
Reference in New Issue
Block a user