This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch release/modify_setup in repository https://gitbox.apache.org/repos/asf/shenyu-client-python.git
commit 44d61d377b07f1dee917f1311d120969c7e20e3f Author: liuhy <[email protected]> AuthorDate: Thu Jan 2 11:27:04 2025 +0800 [type:release] modify setup --- client/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/setup.py b/client/setup.py index ed5a69b..34743a9 100644 --- a/client/setup.py +++ b/client/setup.py @@ -22,10 +22,10 @@ from setuptools import setup, find_packages setup( name="Apache-ShenYu-Client", # package name, pip3 install Apache-ShenYu-Client - version="0.2", # version + version="1.0", # version author="https://shenyu.apache.org", # author author_email="[email protected] ", # email - url="https://github.com/apache/incubator-shenyu-client-python", # project repo url + url="https://github.com/apache/shenyu-client-python", # project repo url description="Apache ShenYu client", # description packages=find_packages(), # include packages name install_requires=["requests>=2.25.1", "PyYAML>=5.3"], # requires third packages
