bump version to 0.9.9

This commit is contained in:
KCFeng425
2025-07-07 18:44:01 +08:00
parent ab2ab7fcc7
commit acc9e5ce0d
5 changed files with 5 additions and 5 deletions

View File

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