Skip to content

Commit 4c82993

Browse files
Merge pull request #1112 from luxonis/hotfix_main
Updated manifest, so visualizers get included
2 parents 36cddb9 + aaa0c4e commit 4c82993

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

depthai_sdk/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ include src/depthai_sdk/oak_outputs/xout/*.py
1313
include src/depthai_sdk/readers/*.py
1414
recursive-include src/depthai_sdk/recorders *.py
1515
include src/depthai_sdk/tracking/*.py
16-
include src/depthai_sdk/visualize/*.py
16+
recursive-include src/depthai_sdk/visualize/ *.py
1717
include requirements.txt
1818
include src/depthai_sdk/logger.py

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.13.0'
25+
release = '1.13.1'
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.13.0',
12+
version='1.13.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

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, _sentry_before_send
1111
from depthai_sdk.visualize import *
1212

13-
__version__ = '1.13.0'
13+
__version__ = '1.13.1'
1414

1515

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

0 commit comments

Comments
 (0)