diff --git a/setup.py b/setup.py
index d87233622f6800106b6684c2cedcc09ca1c68555..456a82480daf446983066cb830724c7fcc11548e 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ entry_points = {
 }
 setup(
     name="robofish-io",
-    version="0.1",
+    version="0.1.1",
     author="",
     author_email="",
     install_requires=["h5py>=3", "numpy", "seaborn", "pandas", "deprecation"],