Bump version: 0.1.8 → 1.0.0

This commit is contained in:
2024-03-09 23:04:04 +02:00
parent cd489818ce
commit 53ba0be4a0
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.8"
current_version = "1.0.0"
commit = true
tag = true
tag_name = "v{new_version}"

View File

@ -1,4 +1,4 @@
from .client import BaseAPIClient
__version__ = "0.1.8"
__version__ = "1.0.0"
__all__ = ["BaseAPIClient"]