version 0.1.2 (#3)
This commit is contained in:
parent
45e5fcc9df
commit
aa77d781d2
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ def read_requirements():
|
|||
|
||||
setup(
|
||||
name='nacos-maintainer-sdk-python',
|
||||
version='0.1.1', # 项目的版本号
|
||||
version='0.1.2', # 项目的版本号
|
||||
packages=find_packages(
|
||||
exclude=["test", "*.tests", "*.tests.*", "tests.*", "tests", "example"]), # 自动发现所有包
|
||||
url="https://github.com/nacos-group/nacos-maintainer-sdk-python.git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue