Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 3, 2024
1 parent c23d0aa commit 68d28d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions luxonis_ml/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[project]
name = "luxonis-ml"
version = "0.3.0"
description = "MLOps tools for training models for Luxonis devices"
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
authors = [{ name = "Luxonis", email = "[email protected]" }]
maintainers = [{ name = "Luxonis", email = "[email protected]" }]
keywords = ["ml", "ops", "camera", "luxonis", "oak"]
dynamic = ["dependencies", "optional-dependencies"]
dynamic = ["dependencies", "optional-dependencies", "version"]
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Development Status :: 3 - Beta",
Expand Down Expand Up @@ -36,6 +35,7 @@ where = ["."]

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

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

0 comments on commit 68d28d3

Please sign in to comment.