Bump version: 0.1.4 → 0.1.5
This commit is contained in:
@ -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}"
|
||||||
|
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user