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 32d7fb0 set client-py version as 0.12.2
32d7fb0 is described below
commit 32d7fb06ea3ba597ae0d284b38f466d07252ab8e
Author: Xiangdong Huang <[email protected]>
AuthorDate: Tue Aug 24 16:28:38 2021 +0000
set client-py version as 0.12.2
---
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 25eb922..5a6be1f 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.1",
+ version="0.12.2",
author=" Apache Software Foundation",
author_email="[email protected]",
description="Apache IoTDB client API",