This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/2.2.1 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 8f19e6f3bdb8f768c0cd69f126d565f94abebb9f Author: HTHou <[email protected]> AuthorDate: Thu Feb 12 16:38:34 2026 +0800 update cpp py version --- cpp/CMakeLists.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index fff47e3b..12022634 100755 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -27,7 +27,7 @@ else() endif () cmake_policy(SET CMP0079 NEW) -set(TsFile_CPP_VERSION 2.2.0) +set(TsFile_CPP_VERSION 2.2.1) set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -Wall") if (CMAKE_CXX_COMPILER_ID MATCHES "GNU") diff --git a/python/setup.py b/python/setup.py index 6e77474f..56ee52ef 100644 --- a/python/setup.py +++ b/python/setup.py @@ -25,7 +25,7 @@ from Cython.Build import cythonize from setuptools import setup, Extension from setuptools.command.build_ext import build_ext -version = "2.2.0" +version = "2.2.1" system = platform.system()
