Skip to content

Commit b85c3ee

Browse files
authored
Bump product version to 2025.0.1 (#1811)
Align with openvinotoolkit/openvino#29165
1 parent e5cf8ce commit b85c3ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0.0.0
33+
VERSION 2025.0.1.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.0.0.0"
3+
version = "2025.0.1.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.0.0.0.dev"
33+
"openvino_tokenizers~=2025.0.1.0.dev"
3434
]
3535

3636
[tool.py-build-cmake.module]
@@ -52,7 +52,7 @@ options = {"BUILD_TOKENIZERS" = "OFF"}
5252
[build-system]
5353
requires = [
5454
"py-build-cmake==0.3.4",
55-
"openvino~=2025.0.0.0.dev",
55+
"openvino~=2025.0.1.0.dev",
5656
"pybind11-stubgen==2.5.1",
5757
"cmake~=3.23.0"
5858
]

0 commit comments

Comments
 (0)