Skip to content

Commit

Permalink
Bump OV version to 2024.4.1 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored Sep 25, 2024
1 parent 3dde884 commit 74186cd
Show file tree
Hide file tree
Showing 2 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 @@ -38,7 +38,7 @@ else()
endif()

project(openvino_tokenizers
VERSION 2024.4.0.0
VERSION 2024.4.1.0
DESCRIPTION "OpenVINO Tokenizers"
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino_tokenizers"
LANGUAGES CXX)
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openvino-tokenizers"
version = "2024.4.0.0"
version = "2024.4.1.0"
description = "Convert tokenizers into OpenVINO models"
requires-python = ">=3.8"
readme = {file = "README.md", content-type="text/markdown"}
Expand All @@ -20,7 +20,7 @@ classifiers = [

dependencies = [
# support of nightly openvino packages with dev suffix
"openvino~=2024.4.0.0.dev"
"openvino~=2024.4.1.0.dev"
]

[project.optional-dependencies]
Expand Down Expand Up @@ -106,6 +106,6 @@ python_abi = "none"
requires = [
"py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9",
"cmake~=3.15",
"openvino~=2024.4.0.0.dev"
"openvino~=2024.4.1.0.dev"
]
build-backend = "py_build_cmake.build"

0 comments on commit 74186cd

Please sign in to comment.