update version to 0.10.12

(cherry picked from commit b1cdef9185)
This commit is contained in:
Xuwznln
2025-12-04 18:47:16 +08:00
parent 04024bc8a3
commit 11b2c99836
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.11',
version='0.10.12',
packages=find_packages(),
include_package_data=True,
install_requires=['setuptools'],