From 527c3223d60d2a0de96c10f6b12c4946f9c181f8 Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Mon, 8 Jul 2024 22:08:13 +0200 Subject: [PATCH] Bump to 0.1.8 --- aidbox_python_sdk/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aidbox_python_sdk/__init__.py b/aidbox_python_sdk/__init__.py index 949981e..a09a088 100644 --- a/aidbox_python_sdk/__init__.py +++ b/aidbox_python_sdk/__init__.py @@ -1,8 +1,8 @@ __title__ = "aidbox-python-sdk" -__version__ = "0.1.7" +__version__ = "0.1.8" __author__ = "beda.software" __license__ = "None" -__copyright__ = "Copyright 2023 beda.software" +__copyright__ = "Copyright 2024 beda.software" # Version synonym VERSION = __version__