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/15 03:17:56 UTC

[iotdb] branch rel/0.11 updated: rename client-py version to 0.11.4

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

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


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new 95f978b  rename client-py version to 0.11.4
95f978b is described below

commit 95f978b67a321c12e4e2f3b182415bd74388a332
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Tue Jun 15 11:17:28 2021 +0800

    rename client-py version to 0.11.4
---
 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 44e3ec6..9bae848 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.11.3",
+    version="0.11.4",
     author=" Apache Software Foundation",
     author_email="dev@iotdb.apache.org",
     description="Apache IoTDB client API",