This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch release/release_version in repository https://gitbox.apache.org/repos/asf/shenyu-client-python.git
commit fb188ba1541d8e1d695cd2ddd4e08aa06f69bcbd Author: liuhy <[email protected]> AuthorDate: Fri Jan 3 14:42:08 2025 +0800 [type:release] modify release version to 1.0.0 --- client/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/setup.py b/client/setup.py index 34743a9..2934817 100644 --- a/client/setup.py +++ b/client/setup.py @@ -22,7 +22,7 @@ from setuptools import setup, find_packages setup( name="Apache-ShenYu-Client", # package name, pip3 install Apache-ShenYu-Client - version="1.0", # version + version="1.0.0", # version author="https://shenyu.apache.org", # author author_email="[email protected] ", # email url="https://github.com/apache/shenyu-client-python", # project repo url
