Skip to content

Commit 449ced0

Browse files
authored
Version up (#202)
1 parent b8db281 commit 449ced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model_api/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "openvino_model_api"
11-
version = "0.2.4"
11+
version = "0.2.5"
1212
requires-python = ">=3.9"
1313
authors = [
1414
{name = "Intel(R) Corporation"},
@@ -20,7 +20,7 @@ description = "Model API: model wrappers and pipelines for inference with OpenVI
2020
readme = "README.md"
2121
classifiers = [
2222
"License :: OSI Approved :: Apache Software License",
23-
"Programming Language :: Python :: 3.8"
23+
"Programming Language :: Python :: 3.9"
2424
]
2525
dependencies = [
2626
"numpy>=1.16.6",

0 commit comments

Comments
 (0)