Skip to content

Commit

Permalink
Merge pull request #1112 from luxonis/hotfix_main
Browse files Browse the repository at this point in the history
Updated manifest, so visualizers get included
  • Loading branch information
daniilpastukhov committed Sep 8, 2023
2 parents 36cddb9 + aaa0c4e commit 4c82993
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion depthai_sdk/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ include src/depthai_sdk/oak_outputs/xout/*.py
include src/depthai_sdk/readers/*.py
recursive-include src/depthai_sdk/recorders *.py
include src/depthai_sdk/tracking/*.py
include src/depthai_sdk/visualize/*.py
recursive-include src/depthai_sdk/visualize/ *.py
include requirements.txt
include src/depthai_sdk/logger.py
2 changes: 1 addition & 1 deletion depthai_sdk/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Luxonis'

# The full version, including alpha/beta/rc tags
release = '1.13.0'
release = '1.13.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion depthai_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='depthai-sdk',
version='1.13.0',
version='1.13.1',
description='This package provides an abstraction of the DepthAI API library.',
long_description=io.open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion depthai_sdk/src/depthai_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from depthai_sdk.utils import _create_config, get_config_field, _sentry_before_send
from depthai_sdk.visualize import *

__version__ = '1.13.0'
__version__ = '1.13.1'


def __import_sentry(sentry_dsn: str) -> None:
Expand Down

0 comments on commit 4c82993

Please sign in to comment.