From b0ebd68a78b461bf198d9762fda53e744c90a75c Mon Sep 17 00:00:00 2001 From: lxy264173 Date: Fri, 3 Jul 2026 17:10:48 +0800 Subject: [PATCH] chore: update version 0.2.1 --- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,