Skip to content
Open
Show file tree
Hide file tree
Changes from all 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/ci.yaml@673f11c96950fd961b0c6e6912097db3136d47ad
uses: Luxonis/modelconverter/.github/workflows/ci.yaml@e8bb246b0702669cfc5a4742ef265e92bf8b7a74
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