Skip to content

Commit

Permalink
Bump OV version to 2024.4.1 (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-kochin authored Sep 25, 2024
2 parents 2137d67 + 5aca0cd commit 685c20f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(POLICY CMP0169)
endif()

project(OpenVINOGenAI
VERSION 2024.4.0.0
VERSION 2024.4.1.0
DESCRIPTION "OpenVINO GenAI"
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino.genai"
LANGUAGES CXX)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openvino_genai"
version = "2024.4.0.0"
version = "2024.4.1.0"
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
requires-python = ">=3.8"
readme = {file = "src/README.md", content-type="text/markdown"}
Expand All @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"openvino_tokenizers~=2024.4.0.0.dev"
"openvino_tokenizers~=2024.4.1.0.dev"
]

[tool.py-build-cmake.module]
Expand Down

0 comments on commit 685c20f

Please sign in to comment.