This is an automated email from the ASF dual-hosted git repository.
xuehuilang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-client-python.git
The following commit(s) were added to refs/heads/main by this push:
new bdf9ce0 [type:release] modify setup (#25)
bdf9ce0 is described below
commit bdf9ce0ddeed15eabf20c1b7c88e04bca1efe075
Author: aias00 <[email protected]>
AuthorDate: Thu Jan 2 11:33:19 2025 +0800
[type:release] modify setup (#25)
---
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