This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/2.0.0 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 740f70cc27fa4cb931bf145b737d6bd4e0355684 Author: HTHou <[email protected]> AuthorDate: Mon Jan 6 16:14:29 2025 +0800 update CPP and 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 d8449797..8f71ef32 100755 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.11) project(TsFile_CPP) cmake_policy(SET CMP0079 NEW) -set(TsFile_CPP_VERSION 2.0.0.dev) +set(TsFile_CPP_VERSION 2.0.0) set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -Wall -Werror") message("cmake using: USE_CPP11=${USE_CPP11}") diff --git a/python/setup.py b/python/setup.py index 4fd546c8..540e7f6c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -24,7 +24,7 @@ import platform import shutil import os -version = "2.0.0.dev" +version = "2.0.0" system = platform.system()
