Skip to content

Commit 32009ef

Browse files
committed
Updated SDK to 1.15.1
1 parent 54f4d2a commit 32009ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depthai_sdk/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='depthai-sdk',
12-
version='1.15.0',
12+
version='1.15.1',
1313
description='This package provides an abstraction of the DepthAI API library.',
1414
long_description=io.open("README.md", encoding="utf-8").read(),
1515
long_description_content_type="text/markdown",

depthai_sdk/src/depthai_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from depthai_sdk.utils import _create_config, get_config_field, _sentry_before_send
1111
from depthai_sdk.visualize import *
1212

13-
__version__ = '1.15'
13+
__version__ = '1.15.1'
1414

1515

1616
def __import_sentry(sentry_dsn: str) -> None:

0 commit comments

Comments
 (0)