diff --git a/CMakeLists.txt b/CMakeLists.txt index 1acfd2649..a77579611 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ if(NOT CMAKE_BUILD_TYPE) endif() project(paimon - VERSION 0.2.0 + VERSION 0.2.1 DESCRIPTION "Paimon C++ Project") string(TOUPPER "${CMAKE_BUILD_TYPE}" UPPERCASE_BUILD_TYPE) diff --git a/docs/source/conf.py b/docs/source/conf.py index 59e443d67..72a9144d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,7 +113,7 @@ # The master toctree document. master_doc = "index" -version = "0.2.0" +version = "0.2.1" html_theme_options = { "show_toc_level": 2,