version bump

This commit is contained in:
Koen van Eijk 2024-06-10 08:19:56 +02:00
parent ebf364f0c4
commit 6f1b496b49

View File

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