bump version to 0.9.6

This commit is contained in:
Xuwznln
2025-06-16 10:59:35 +08:00
parent 47e58e13c7
commit a303bd7c5b
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.5',
version='0.9.6',
packages=find_packages(),
include_package_data=True,
install_requires=['setuptools'],