Skip to content

Commit

Permalink
Bump product version to match openvino/tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
wkobielx authored Jul 25, 2024
1 parent 42dd049 commit 9f651bb
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_genai"
version = "2024.3.0.0"
version = "2024.4.0.0"
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
requires-python = ">=3.8"
readme = {file = "src/README.md", content-type="text/markdown"}
Expand All @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"openvino_tokenizers~=2024.3.0.0.dev"
"openvino_tokenizers~=2024.4.0.0.dev"
]

[tool.py-build-cmake.module]
Expand Down

0 comments on commit 9f651bb

Please sign in to comment.