Skip to content

Commit

Permalink
set 2024.2 openvino version
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Apr 16, 2024
1 parent 6fa5629 commit 00277c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openvino-tokenizers"
version = "2024.1.0.0"
version = "2024.2.0.0"
description = "Convert tokenizers into OpenVINO models"
requires-python = ">=3.8"
readme = {file = "README.md", content-type="text/markdown"}
Expand All @@ -20,7 +20,7 @@ classifiers = [

dependencies = [
# support of nightly openvino packages with dev suffix
"openvino"
"openvino~=2024.2.0.0.dev"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 00277c5

Please sign in to comment.