From 9f651bb03ef6ce627161c832cbb3b1ec71b17bb2 Mon Sep 17 00:00:00 2001 From: Wiktor Kobiela Date: Thu, 25 Jul 2024 09:35:55 +0200 Subject: [PATCH 1/2] Bump product version to match openvino/tokenizers --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cfa564ef9..1ea9c9b85f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openvino_genai" -version = "2024.3.0.0" +version = "2024.4.0.0" description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai" requires-python = ">=3.8" readme = {file = "src/README.md", content-type="text/markdown"} @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "openvino_tokenizers~=2024.3.0.0.dev" + "openvino_tokenizers~=2024.4.0.0.dev" ] [tool.py-build-cmake.module] From 398117a1a6269ec4f25ff56b7b7c8a547bc6e24f Mon Sep 17 00:00:00 2001 From: Wiktor Kobiela Date: Thu, 25 Jul 2024 10:27:03 +0200 Subject: [PATCH 2/2] Change version in cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27ed56b453..f45ab24279 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ elseif(NOT GENERATOR_IS_MULTI_CONFIG_VAR AND NOT DEFINED CMAKE_BUILD_TYPE) endif() project(OpenVINOGenAI - VERSION 2024.3.0.0 + VERSION 2024.4.0.0 DESCRIPTION "OpenVINO GenAI" HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai" LANGUAGES CXX)