Bump version: 0.1.4 → 0.1.5

This commit is contained in:
2024-03-09 21:52:13 +02:00
parent 7bcdb05d45
commit 795dd9b5bd
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ version = { attr = "api_client.__version__" }
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.4" current_version = "0.1.5"
commit = true commit = true
tag = true tag = true
tag_name = "v{new_version}" tag_name = "v{new_version}"

View File

@ -2,7 +2,7 @@ import logging.config
from .client import BaseAPIClient from .client import BaseAPIClient
__version__ = "0.1.4" __version__ = "0.1.5"
__all__ = ["BaseAPIClient"] __all__ = ["BaseAPIClient"]
LOGGING: dict = { LOGGING: dict = {