This is an automated email from the ASF dual-hosted git repository. hxd pushed a commit to branch rel/0.10 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 538cd5aaa9316c1be2270fe857d54d147a8f828f Author: xiangdong huang <[email protected]> AuthorDate: Sun Jun 28 21:30:31 2020 +0800 fix pypi iotdb module version to 0.10.0 --- service-rpc/src/pypi/README.md | 2 +- service-rpc/src/pypi/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/service-rpc/src/pypi/README.md b/service-rpc/src/pypi/README.md index 34cd717..742baa0 100644 --- a/service-rpc/src/pypi/README.md +++ b/service-rpc/src/pypi/README.md @@ -51,7 +51,7 @@ You have to install thrift (>=0.13) before using the package. ## How to use (Example) -You can get an example of using the package to read and write data at here: [Example](https://github.com/apache/incubator-iotdb/blob/release%2F0.9.0/client-py/src/client_example.py) +You can get an example of using the package to read and write data at here: [Example](https://github.com/apache/incubator-iotdb/blob/rel/0.10/client-py/src/client_example.py) # DISCLAIMER diff --git a/service-rpc/src/pypi/setup.py b/service-rpc/src/pypi/setup.py index ed93720..19e4db0 100644 --- a/service-rpc/src/pypi/setup.py +++ b/service-rpc/src/pypi/setup.py @@ -31,7 +31,7 @@ print(long_description) setuptools.setup( name="apache-iotdb", # Replace with your own username - version="0.9.0", + version="0.10.0", author=" Apache Software Foundation", author_email="[email protected]", description="Apache IoTDB (incubating) client API", @@ -40,7 +40,7 @@ setuptools.setup( url="https://github.com/apache/incubator-iotdb", packages=setuptools.find_packages(), install_requires=[ - 'thrift', + 'thrift>=0.13.0', ], classifiers=[ "Programming Language :: Python :: 3",
