diff --git a/README.md b/README.md
index 9048be076c0ee3a0611f312c261b08397dddd909..2fff19366c4ab46450e6c02ada43812ff608129f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-v4.0.1-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.1/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pipelines/badges/v4.0.1/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pipelines/commits/v4.0.1)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.pipelines/badges/v4.0.1/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.1/coverage)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pipelines/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pipelines/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.pipelines/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/coverage)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pipelines)
 
 # Tools to build robust and extensible pipelines
diff --git a/pyproject.toml b/pyproject.toml
index 6fb3f25f9513a5389d5f31733d28ff99070afb8f..55b4821ac2bc73cd5ca338b835b4f41db070a3e2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name = "bob.pipelines"
-    version = "4.0.1"
+    version = "4.0.2b0"
     requires-python = ">=3.9"
     description = "Tools to build robust and extensible pipelines"
     dynamic = ["readme"]
@@ -41,7 +41,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.1/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx/"
     homepage = "https://pypi.org/project/bob.pipelines/"
     repository = "https://gitlab.idiap.ch/bob/bob.pipelines"
     changelog = "https://gitlab.idiap.ch/bob/bob.pipelines/-/releases"