Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Sep 26, 2024
1 parent b8db281 commit 06476a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_api/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "openvino_model_api"
version = "0.2.4"
version = "0.2.5"
requires-python = ">=3.9"
authors = [
{name = "Intel(R) Corporation"},
Expand All @@ -20,7 +20,7 @@ description = "Model API: model wrappers and pipelines for inference with OpenVI
readme = "README.md"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8"
"Programming Language :: Python :: 3.9"
]
dependencies = [
"numpy>=1.16.6",
Expand Down

0 comments on commit 06476a5

Please sign in to comment.