Skip to content

Commit 26c5ec0

Browse files
authored
Bump product version to 2024.6 (#336)
1 parent 47852c1 commit 26c5ec0

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
@@ -38,7 +38,7 @@ else()
3838
endif()
3939

4040
project(openvino_tokenizers
41-
VERSION 2024.5.0.0
41+
VERSION 2024.6.0.0
4242
DESCRIPTION "OpenVINO Tokenizers"
4343
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino_tokenizers"
4444
LANGUAGES CXX)

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openvino-tokenizers"
3-
version = "2024.5.0.0"
3+
version = "2024.6.0.0"
44
description = "Convert tokenizers into OpenVINO models"
55
requires-python = ">=3.9"
66
readme = {file = "README.md", content-type="text/markdown"}
@@ -20,7 +20,7 @@ classifiers = [
2020

2121
dependencies = [
2222
# support of nightly openvino packages with dev suffix
23-
"openvino~=2024.5.0.0.dev"
23+
"openvino~=2024.6.0.0.dev"
2424
]
2525

2626
[project.optional-dependencies]
@@ -106,6 +106,6 @@ python_abi = "none"
106106
requires = [
107107
"py-build-cmake@git+https://github.com/tttapa/py-build-cmake@7ab73da351c7140f06d727a8705bece4cf544cd9",
108108
"cmake~=3.14",
109-
"openvino~=2024.5.0.0.dev"
109+
"openvino~=2024.6.0.0.dev"
110110
]
111111
build-backend = "py_build_cmake.build"

0 commit comments

Comments
 (0)