Skip to content

Commit e5ff2b8

Browse files
authored
1 parent 20d2b9e commit e5ff2b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(UNIX AND NOT (APPLE OR ANDROID OR CYGWIN))
3030
endif()
3131

3232
project(OpenVINOGenAI
33-
VERSION 2025.1.0.0
33+
VERSION 2025.2.0.0
3434
DESCRIPTION "OpenVINO GenAI"
3535
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
3636
LANGUAGES CXX C)

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openvino-genai"
3-
version = "2025.1.0.0"
3+
version = "2025.2.0.0"
44
description = "Library of the most popular Generative AI model pipelines, optimized execution methods, and samples"
55
requires-python = ">=3.9"
66
readme = { file = "src/README.md", content-type="text/markdown" }
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: Implementation :: CPython"
3131
]
3232
dependencies = [
33-
"openvino_tokenizers~=2025.1.0.0.dev"
33+
"openvino_tokenizers~=2025.2.0.0.dev"
3434
]
3535
[project.optional-dependencies]
3636
testing = ["pytest>=6.0"]
@@ -54,7 +54,7 @@ options = {"BUILD_TOKENIZERS" = "OFF", "ENABLE_SAMPLES" = "OFF", "CMAKE_SKIP_INS
5454
[build-system]
5555
requires = [
5656
"py-build-cmake==0.4.2",
57-
"openvino~=2025.1.0.0.dev",
57+
"openvino~=2025.2.0.0.dev",
5858
"pybind11-stubgen==2.5.3",
5959
"cmake~=3.23.0; platform_system != 'Darwin' or platform_machine == 'x86_64'",
6060
"cmake~=3.24.0; platform_system == 'Darwin' and platform_machine == 'arm64'",

0 commit comments

Comments
 (0)