diff --git a/depthai_sdk/docs/source/conf.py b/depthai_sdk/docs/source/conf.py index eefe52fef..5425a9f1c 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.10.0' +release = '1.10.1' # -- General configuration --------------------------------------------------- diff --git a/depthai_sdk/setup.py b/depthai_sdk/setup.py index bc096e420..ac784dbe8 100644 --- a/depthai_sdk/setup.py +++ b/depthai_sdk/setup.py @@ -9,7 +9,7 @@ setup( name='depthai-sdk', - version='1.10.0', + version='1.10.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 7782ad2f3..354dd4551 100644 --- a/depthai_sdk/src/depthai_sdk/__init__.py +++ b/depthai_sdk/src/depthai_sdk/__init__.py @@ -10,7 +10,7 @@ from depthai_sdk.utils import _create_config, get_config_field from depthai_sdk.visualize import * -__version__ = '1.10.0' +__version__ = '1.10.1' def __import_sentry(sentry_dsn: str) -> None: