From 8e1bffeb91c567021f8c5ad63e64d290e239be1b Mon Sep 17 00:00:00 2001 From: Daniil Pastukhov Date: Sun, 2 Jul 2023 15:48:55 +0200 Subject: [PATCH] Bump version to 1.12.1 --- depthai_sdk/docs/source/conf.py | 2 +- depthai_sdk/setup.py | 2 +- depthai_sdk/src/depthai_sdk/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/depthai_sdk/docs/source/conf.py b/depthai_sdk/docs/source/conf.py index 2407ed557..387f97937 100644 --- a/depthai_sdk/docs/source/conf.py +++ b/depthai_sdk/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Luxonis' # The full version, including alpha/beta/rc tags -release = '1.12.0' +release = '1.12.1' # -- General configuration --------------------------------------------------- diff --git a/depthai_sdk/setup.py b/depthai_sdk/setup.py index d78ea7f06..9bda36cb4 100644 --- a/depthai_sdk/setup.py +++ b/depthai_sdk/setup.py @@ -9,7 +9,7 @@ setup( name='depthai-sdk', - version='1.12.0', + version='1.12.1', description='This package provides an abstraction of the DepthAI API library.', long_description=io.open("README.md", encoding="utf-8").read(), long_description_content_type="text/markdown", diff --git a/depthai_sdk/src/depthai_sdk/__init__.py b/depthai_sdk/src/depthai_sdk/__init__.py index abfe2341c..9412b350b 100644 --- a/depthai_sdk/src/depthai_sdk/__init__.py +++ b/depthai_sdk/src/depthai_sdk/__init__.py @@ -11,7 +11,7 @@ from depthai_sdk.utils import _create_config, get_config_field from depthai_sdk.visualize import * -__version__ = '1.12.0' +__version__ = '1.12.1' def __import_sentry(sentry_dsn: str) -> None: