Skip to content

Commit 60dec47

Browse files
Merge pull request #1023 from luxonis/fix/version
Bump version to 1.10.0
2 parents fa01e36 + e48c28b commit 60dec47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

depthai_sdk/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Luxonis'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.9.2'
25+
release = '1.10.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

depthai_sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='depthai-sdk',
12-
version='1.9.5',
12+
version='1.10.0',
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from depthai_sdk.utils import _create_config, get_config_field
1111
from depthai_sdk.visualize import *
1212

13-
__version__ = '1.9.6'
13+
__version__ = '1.10.0'
1414

1515

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

0 commit comments

Comments
 (0)