bump version to 0.10.4

This commit is contained in:
Xuwznln
2025-08-28 20:01:04 +08:00
parent 2d560a8182
commit bbd9629f98
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.3',
version='0.10.4',
packages=find_packages(),
include_package_data=True,
install_requires=['setuptools'],