version 0.1.2 (#3)

This commit is contained in:
Sunrisea 2025-07-17 20:53:16 +08:00 committed by GitHub
parent 45e5fcc9df
commit aa77d781d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",