bump version to 0.10.2

This commit is contained in:
Xuwznln
2025-08-01 21:19:00 +08:00
parent b014ab34f4
commit aa84564e51
5 changed files with 5 additions and 5 deletions

View File

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