Skip to content

Commit c754503

Browse files
Merge pull request #143 from apaniukov/releases/2024/1
Update Version To 2024.1.0.2
2 parents 2eb2841 + 9ddb514 commit c754503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(NOT OpenVINODeveloperPackage_FOUND)
1616
endif()
1717

1818
# set the project version using OpenVINO major, minor and patch versions
19-
set(CMAKE_PROJECT_VERSION_TWEAK 1)
19+
set(CMAKE_PROJECT_VERSION_TWEAK 2)
2020
set(CMAKE_PROJECT_VERSION "${OpenVINO_VERSION}.${CMAKE_PROJECT_VERSION_TWEAK}")
2121

2222
add_subdirectory(src)

pyproject.toml

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

0 commit comments

Comments
 (0)