bump version to 0.10.11

(cherry picked from commit 7f7b1c13c0)
This commit is contained in:
Xuwznln
2025-11-18 18:47:26 +08:00
parent a13b790926
commit 944911c52a
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ package_name = 'unilabos'
setup(
name=package_name,
version='0.10.10',
version='0.10.11',
packages=find_packages(),
include_package_data=True,
install_requires=['setuptools'],