Skip to content

Commit 68d28d3

Browse files
committed
version bump
1 parent c23d0aa commit 68d28d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

luxonis_ml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.4.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[project]
22
name = "luxonis-ml"
3-
version = "0.3.0"
43
description = "MLOps tools for training models for Luxonis devices"
54
readme = "README.md"
65
requires-python = ">=3.8"
76
license = { file = "LICENSE" }
87
authors = [{ name = "Luxonis", email = "[email protected]" }]
98
maintainers = [{ name = "Luxonis", email = "[email protected]" }]
109
keywords = ["ml", "ops", "camera", "luxonis", "oak"]
11-
dynamic = ["dependencies", "optional-dependencies"]
10+
dynamic = ["dependencies", "optional-dependencies", "version"]
1211
classifiers = [
1312
"License :: OSI Approved :: Apache Software License",
1413
"Development Status :: 3 - Beta",
@@ -36,6 +35,7 @@ where = ["."]
3635

3736
[tool.setuptools.dynamic]
3837
dependencies = { file = ["luxonis_ml/utils/requirements.txt"] }
38+
version = {attr = "luxonis_train.__version__"}
3939

4040
[tool.setuptools.dynamic.optional-dependencies]
4141
data = { file = ["luxonis_ml/data/requirements.txt"] }

0 commit comments

Comments
 (0)