bumped version to 0.3

This commit is contained in:
Koen van Eijk 2024-06-09 23:24:04 +02:00
parent 110b0a3543
commit c4593d280e

View File

@ -58,7 +58,7 @@ if current_os and current_os in extras_require:
setup(
name="OpenRecall",
version="0.2",
version="0.3",
packages=find_packages(),
install_requires=install_requires,
long_description=long_description,