Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
5e58b8060c | |||
6446322054 | |||
347d9e30fb |
@ -14,7 +14,7 @@ authors = [
|
||||
{ name = "Eriks Karls", email = "git@72.lv" },
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Stable",
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
@ -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}"
|
||||
|
@ -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"]
|
||||
|
0
src/api_client/py.typed
Normal file
0
src/api_client/py.typed
Normal file
Reference in New Issue
Block a user