Skip to content

Commit

Permalink
Merge pull request #1073 from luxonis/fix/bump_version
Browse files Browse the repository at this point in the history
Bump version to 1.12.1
  • Loading branch information
daniilpastukhov authored Jul 2, 2023
2 parents 5282b72 + 8e1bffe commit bce814c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.12.0'
release = '1.12.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.12.0',
version='1.12.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 @@ -11,7 +11,7 @@
from depthai_sdk.utils import _create_config, get_config_field
from depthai_sdk.visualize import *

__version__ = '1.12.0'
__version__ = '1.12.1'


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

0 comments on commit bce814c

Please sign in to comment.