Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bom-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
(github.event_name == 'pull_request' &&
startsWith(github.head_ref, 'release/') &&
github.event.pull_request.base.ref == 'main')
uses: Luxonis/modelconverter/.github/workflows/unittests.yaml@f858511d6d2662384935e133f68b6ef97223f24c
uses: Luxonis/modelconverter/.github/workflows/ci.yaml@7baabc4958565cc93bca43f1a53c5bfc6ca419b4
with:
ml_ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ml_ref || github.head_ref }}
modelconv_ref: ${{ github.event_name == 'workflow_dispatch' && inputs.modelconv_ref || 'main' }}
Expand Down
2 changes: 1 addition & 1 deletion luxonis_ml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from pydantic_extra_types.semantic_version import SemanticVersion

__version__: Final[str] = "0.9.1"
__version__: Final[str] = "0.10.0"
__semver__: Final[SemanticVersion] = SemanticVersion.parse(__version__)

import os
Expand Down
Loading