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/03/18 01:22:24 UTC

[iotdb] branch rel/0.11 updated: update the version in Pypi to 0.11.3

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 610cde4  update the version in Pypi to 0.11.3
610cde4 is described below

commit 610cde4c8cf41d0f745f3b802aa9b0931ac6bc02
Author: Xiangdong Huang <hx...@iotdb-vm.apache.org>
AuthorDate: Thu Mar 18 01:16:54 2021 +0000

    update the version in Pypi to 0.11.3
---
 client-py/pypi/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client-py/pypi/setup.py b/client-py/pypi/setup.py
index 8754ea7..a353043 100644
--- a/client-py/pypi/setup.py
+++ b/client-py/pypi/setup.py
@@ -31,7 +31,7 @@ print(long_description)
 
 setuptools.setup(
     name="apache-iotdb", # Replace with your own username
-    version="0.11.1",
+    version="0.11.3",
     author=" Apache Software Foundation",
     author_email="dev@iotdb.apache.org",
     description="Apache IoTDB client API",