diff --git a/setup.py b/setup.py
index 897a3fe67a8a3742437539fcdca61c2f0f564af1..9cb51dca6832073f7c9830952a180e3deb44aac3 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ install_requires = ["requests", "pydantic", "urllib3", "tqdm"]
 
 setup(
     name="theia-picker",
-    version="0.0.3",
+    version="1.0.0",
     description="Theia picker",
     python_requires=">=3.8",
     author="Remi Cresson",