bump version to 0.9.1

This commit is contained in:
Xuwznln
2025-05-29 20:44:30 +08:00
parent 84944396e9
commit 767e0fcdee
4 changed files with 4 additions and 4 deletions

View File

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