This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch build_whl_package
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/build_whl_package by this push:
new 3fdbe180 update version
3fdbe180 is described below
commit 3fdbe180a3394b42f0555bdb85165522c387c29b
Author: HTHou <[email protected]>
AuthorDate: Thu Oct 17 11:38:07 2024 +0800
update version
---
python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/setup.py b/python/setup.py
index 8c4067e2..7b264f73 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -88,7 +88,7 @@ ext_modules_tsfile = [
setup(
name="tsfile",
- version="0.1",
+ version="1.2.0",
description="Tsfile reader and writer for python",
url="https://tsfile.apache.org",
author='"Apache TsFile"',