Skip to content

Commit 685c20f

Browse files
2 parents 2137d67 + 5aca0cd commit 685c20f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if(POLICY CMP0169)
2626
endif()
2727

2828
project(OpenVINOGenAI
29-
VERSION 2024.4.0.0
29+
VERSION 2024.4.1.0
3030
DESCRIPTION "OpenVINO GenAI"
3131
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
3232
LANGUAGES CXX)

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openvino_genai"
3-
version = "2024.4.0.0"
3+
version = "2024.4.1.0"
44
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
55
requires-python = ">=3.8"
66
readme = {file = "src/README.md", content-type="text/markdown"}
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.12",
1717
]
1818
dependencies = [
19-
"openvino_tokenizers~=2024.4.0.0.dev"
19+
"openvino_tokenizers~=2024.4.1.0.dev"
2020
]
2121

2222
[tool.py-build-cmake.module]

0 commit comments

Comments
 (0)