diff --git a/README.md b/README.md
index 899220642f744d16817b12f0b6ac66e07f162e3b..6f3c87964c9f7a14dd82a8faaf75952685a17419 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-v8.0.1-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/v8.0.1/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.face/badges/v8.0.1/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.face/commits/v8.0.1)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.face/badges/v8.0.1/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/v8.0.1/coverage/)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.face/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.face/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.face/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/master/coverage/)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.face)
 
 # Run face recognition algorithms
diff --git a/pyproject.toml b/pyproject.toml
index 91131ecb90e73053b0df5f6f302baf46d27b5834..45b22fbe83b8c9873250fb7edf305717ca66ecee 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name            = "bob.bio.face"
-    version         = "8.0.1"
+    version         = "8.0.2b0"
     requires-python = ">=3.9"
     description     = "Tools for running face recognition experiments"
     dynamic         = ["readme"]
@@ -43,7 +43,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/v8.0.1/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.face/master/sphinx/"
     homepage      = "https://pypi.org/project/bob.bio.face/"
     repository    = "https://gitlab.idiap.ch/bob/bob.bio.face"
     changelog     = "https://gitlab.idiap.ch/bob/bob.bio.face/-/releases"