You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/06/04 18:22:13 UTC

[iotdb] branch rel/0.12 updated: upgrade client-py version to 0.12.1

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch rel/0.12
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.12 by this push:
     new fc42f55  upgrade client-py version to 0.12.1
fc42f55 is described below

commit fc42f55090fb1078e90cdcb2fae3ea1998075abf
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Jun 5 02:21:44 2021 +0800

    upgrade client-py version to 0.12.1
---
 client-py/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client-py/setup.py b/client-py/setup.py
index 43cb845..25eb922 100644
--- a/client-py/setup.py
+++ b/client-py/setup.py
@@ -31,7 +31,7 @@ print(long_description)
 
 setuptools.setup(
     name="apache-iotdb",  # Replace with your own username
-    version="0.12.0",
+    version="0.12.1",
     author=" Apache Software Foundation",
     author_email="dev@iotdb.apache.org",
     description="Apache IoTDB client API",