File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242endif ()
4343
4444project (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)
Original file line number Diff line number Diff line change 11[project ]
22name = " openvino-tokenizers"
3- version = " 2026.0 .0.0"
3+ version = " 2026.1 .0.0"
44description = " Convert tokenizers into OpenVINO models"
55requires-python = " >=3.10"
66readme = { file = " README.md" , content-type =" text/markdown" }
@@ -37,7 +37,7 @@ classifiers = [
3737
3838dependencies = [
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"
9898requires = [
9999 " py-build-cmake==0.4.3" ,
100100 " cmake~=3.14" ,
101- " openvino~=2026.0 .0.dev"
101+ " openvino~=2026.1 .0.dev"
102102]
103103build-backend = " py_build_cmake.build"
104104
You can’t perform that action at this time.
0 commit comments