File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if(UNIX AND NOT (APPLE OR ANDROID OR CYGWIN))
30
30
endif ()
31
31
32
32
project (OpenVINOGenAI
33
- VERSION 2025.0.0 .0
33
+ VERSION 2025.0.1 .0
34
34
DESCRIPTION "OpenVINO GenAI"
35
35
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
36
36
LANGUAGES CXX C)
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openvino-genai"
3
- version = " 2025.0.0 .0"
3
+ version = " 2025.0.1 .0"
4
4
description = " Library of the most popular Generative AI model pipelines, optimized execution methods, and samples"
5
5
requires-python = " >=3.9"
6
6
readme = { file = " src/README.md" , content-type =" text/markdown" }
@@ -30,7 +30,7 @@ classifiers = [
30
30
" Programming Language :: Python :: Implementation :: CPython"
31
31
]
32
32
dependencies = [
33
- " openvino_tokenizers~=2025.0.0 .0.dev"
33
+ " openvino_tokenizers~=2025.0.1 .0.dev"
34
34
]
35
35
36
36
[tool .py-build-cmake .module ]
@@ -52,7 +52,7 @@ options = {"BUILD_TOKENIZERS" = "OFF"}
52
52
[build-system ]
53
53
requires = [
54
54
" py-build-cmake==0.3.4" ,
55
- " openvino~=2025.0.0 .0.dev" ,
55
+ " openvino~=2025.0.1 .0.dev" ,
56
56
" pybind11-stubgen==2.5.1" ,
57
57
" cmake~=3.23.0"
58
58
]
You can’t perform that action at this time.
0 commit comments