diff --git a/.github/workflows/bom-tests.yaml b/.github/workflows/bom-tests.yaml index 3c74d5af..98f58dd0 100644 --- a/.github/workflows/bom-tests.yaml +++ b/.github/workflows/bom-tests.yaml @@ -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' }} diff --git a/luxonis_ml/__init__.py b/luxonis_ml/__init__.py index e0867aa2..021efb49 100644 --- a/luxonis_ml/__init__.py +++ b/luxonis_ml/__init__.py @@ -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