Skip to content

Commit b26a6b5

Browse files
committed
v0.8.1
1 parent 91edec1 commit b26a6b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

luxonis_ml/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
__version__ = "0.8.0"
1+
from typing import Final
2+
3+
from pydantic_extra_types.semantic_version import SemanticVersion
4+
5+
__version__: Final[str] = "0.8.1"
6+
__semver__: Final[SemanticVersion] = SemanticVersion.parse(__version__)
27

38
import os
49

luxonis_ml/utils/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pydantic~=2.7
2+
pydantic-extra-types~=2.10
23
pydantic-settings~=2.1
34
PyYAML~=6.0
45
fsspec>=2023.3.0

0 commit comments

Comments
 (0)