Skip to content

Commit

Permalink
[type:release] modify setup (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 authored Jan 2, 2025
1 parent e606014 commit bdf9ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdf9ce0

Please sign in to comment.