File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ include src/depthai_sdk/oak_outputs/xout/*.py
1313include src/depthai_sdk/readers/*.py
1414recursive-include src/depthai_sdk/recorders *.py
1515include src/depthai_sdk/tracking/*.py
16- include src/depthai_sdk/visualize/*.py
16+ recursive- include src/depthai_sdk/visualize/ *.py
1717include requirements.txt
1818include src/depthai_sdk/logger.py
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change 99
1010setup (
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" ,
Original file line number Diff line number Diff line change 1010from depthai_sdk .utils import _create_config , get_config_field , _sentry_before_send
1111from depthai_sdk .visualize import *
1212
13- __version__ = '1.13.0 '
13+ __version__ = '1.13.1 '
1414
1515
1616def __import_sentry (sentry_dsn : str ) -> None :
You can’t perform that action at this time.
0 commit comments