Skip to content

Commit faa6036

Browse files
authored
Bump product version 2026.1.0 (#598)
1 parent 47cea02 commit faa6036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else()
4242
endif()
4343

4444
project(openvino_tokenizers
45-
VERSION 2026.0.0.0
45+
VERSION 2026.1.0.0
4646
DESCRIPTION "OpenVINO Tokenizers"
4747
HOMEPAGE_URL "https://github.com/openvinotoolkit/openvino_tokenizers"
4848
LANGUAGES CXX C)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openvino-tokenizers"
3-
version = "2026.0.0.0"
3+
version = "2026.1.0.0"
44
description = "Convert tokenizers into OpenVINO models"
55
requires-python = ">=3.10"
66
readme = { file = "README.md", content-type="text/markdown" }
@@ -37,7 +37,7 @@ classifiers = [
3737

3838
dependencies = [
3939
# support of nightly openvino packages with dev suffix
40-
"openvino~=2026.0.0.dev"
40+
"openvino~=2026.1.0.dev"
4141
]
4242

4343
[project.optional-dependencies]
@@ -98,7 +98,7 @@ python_abi = "none"
9898
requires = [
9999
"py-build-cmake==0.4.3",
100100
"cmake~=3.14",
101-
"openvino~=2026.0.0.dev"
101+
"openvino~=2026.1.0.dev"
102102
]
103103
build-backend = "py_build_cmake.build"
104104

0 commit comments

Comments
 (0)