Skip to content

Commit

Permalink
set 2023.3.0.1 ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 13, 2024
1 parent 20cd447 commit 4f89fc7
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}")

include(GNUInstallDirs)
Expand Down
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 = "2023.3.0.0"
version = "2023.3.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 4f89fc7

Please sign in to comment.