Skip to content

Commit

Permalink
update CPP and Py version
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou committed Jan 6, 2025
1 parent 53cba29 commit 740f70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import shutil
import os

version = "2.0.0.dev"
version = "2.0.0"
system = platform.system()


Expand Down

0 comments on commit 740f70c

Please sign in to comment.