File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if(POLICY CMP0169)
26
26
endif ()
27
27
28
28
project (OpenVINOGenAI
29
- VERSION 2024.4.0 .0
29
+ VERSION 2024.4.1 .0
30
30
DESCRIPTION "OpenVINO GenAI"
31
31
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
32
32
LANGUAGES CXX)
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openvino_genai"
3
- version = " 2024.4.0 .0"
3
+ version = " 2024.4.1 .0"
4
4
description = " Python bindings for https://github.com/openvinotoolkit/openvino.genai"
5
5
requires-python = " >=3.8"
6
6
readme = {file = " src/README.md" , content-type =" text/markdown" }
@@ -16,7 +16,7 @@ classifiers = [
16
16
" Programming Language :: Python :: 3.12" ,
17
17
]
18
18
dependencies = [
19
- " openvino_tokenizers~=2024.4.0 .0.dev"
19
+ " openvino_tokenizers~=2024.4.1 .0.dev"
20
20
]
21
21
22
22
[tool .py-build-cmake .module ]
You can’t perform that action at this time.
0 commit comments