We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f4d2a commit 32009efCopy full SHA for 32009ef
depthai_sdk/setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='depthai-sdk',
12
- version='1.15.0',
+ version='1.15.1',
13
description='This package provides an abstraction of the DepthAI API library.',
14
long_description=io.open("README.md", encoding="utf-8").read(),
15
long_description_content_type="text/markdown",
depthai_sdk/src/depthai_sdk/__init__.py
@@ -10,7 +10,7 @@
from depthai_sdk.utils import _create_config, get_config_field, _sentry_before_send
from depthai_sdk.visualize import *
-__version__ = '1.15'
+__version__ = '1.15.1'
16
def __import_sentry(sentry_dsn: str) -> None:
0 commit comments