diff --git a/pyproject.toml b/pyproject.toml
index 57f197476536418ed4d6397feab46b6a8ac551ee..be1bad0d6f926211a85c701a4e67c0412e4bab8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,6 @@ requires = ["setuptools >= 66.0"]
 build-backend = "setuptools.build_meta"
 
 [project]
-
 name = "pypelines"
 authors = [
     { name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" },
@@ -17,12 +16,6 @@ requires-python = ">=3.10"
 license = { text = "MIT" }
 dynamic = ["version", "dependencies", "optional-dependencies"]
 
-# [project.optional-dependencies]
-# celery = [
-#     "celery >= 5.3.5",
-#     "ONE-api @ git+https://gitlab.pasteur.fr/haisslab/data-management/ONE.git",
-# ]
-
 [project.urls]
 homepage = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
 repository = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py
index 7e756e882566f3ac9db9fe116c0d608f02806e70..b18dd826ff42107550bcf9c2d454dc0e7e69acf2 100644
--- a/src/pypelines/__init__.py
+++ b/src/pypelines/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.0.10"
+__version__ = "0.0.11"
 
 from . import loggs
 from .pipes import *