bump version to 0.10.10

This commit is contained in:
Xuwznln
2025-11-15 03:10:31 +08:00
parent 31ebff8e37
commit b6d0bbcb17
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.9',
version='0.10.10',
packages=find_packages(),
include_package_data=True,
install_requires=['setuptools'],