Skip to content

Commit

Permalink
Merge pull request #139 from mryzhov/ver_2024.1.0.1
Browse files Browse the repository at this point in the history
Version 2024.1.0.1
  • Loading branch information
mryzhov authored May 8, 2024
2 parents bcd363b + f643478 commit 37d20ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(NOT OpenVINODeveloperPackage_FOUND)
endif()

# set the project version using OpenVINO major, minor and patch versions
set(CMAKE_PROJECT_VERSION_TWEAK 0)
set(CMAKE_PROJECT_VERSION_TWEAK 1)
set(CMAKE_PROJECT_VERSION "${OpenVINO_VERSION}.${CMAKE_PROJECT_VERSION_TWEAK}")

add_subdirectory(src)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openvino-tokenizers"
version = "2024.1.0.0"
version = "2024.1.0.1"
description = "Convert tokenizers into OpenVINO models"
requires-python = ">=3.8"
readme = {file = "README.md", content-type="text/markdown"}
Expand Down

0 comments on commit 37d20ce

Please sign in to comment.