From 44d61d377b07f1dee917f1311d120969c7e20e3f Mon Sep 17 00:00:00 2001 From: liuhy Date: Thu, 2 Jan 2025 11:27:04 +0800 Subject: [PATCH] [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 @@ 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="dev@shenyu.apache.org ", # 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