Bump version: 0.1.5 → 0.1.6

This commit is contained in:
2024-03-09 22:20:47 +02:00
parent f1d37d8eb4
commit 99daeb6ba0
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.5"
current_version = "0.1.6"
commit = true
tag = true
tag_name = "v{new_version}"

View File

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