File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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