3 Commits
v1.1.0 ... main

Author SHA1 Message Date
5e58b8060c Bump version: 1.1.0 → 1.1.1 2024-03-10 18:09:34 +02:00
6446322054 py.typed 2024-03-10 18:09:28 +02:00
347d9e30fb Typo 2024-03-10 12:26:05 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -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}"

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"]

0
src/api_client/py.typed Normal file
View File