diff --git a/README.md b/README.md
index 75c59486974ce59e0fc2f566bb4644e05c017fa7..79f5442856a0f61d3a92505abedb96129dfea62d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-v5.0.2-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.2/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pad.face/badges/v5.0.2/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.face/commits/v5.0.2)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.pad.face/badges/v5.0.2/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.2/coverage/)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pad.face/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.face/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.pad.face/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master/coverage/)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pad.face)
 
 # Face presentation attack detection (anti-spoofing)
diff --git a/pyproject.toml b/pyproject.toml
index 93f07f20f93d96d9678bb82abc8d4d8a7cf4993a..cd008505d70672c61699926546dd36d0cd01aa14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name            = "bob.pad.face"
-    version         = "5.0.2"
+    version         = "5.0.3b0"
     requires-python = ">=3.9"
     description     = "Implements tools for spoofing or presentation attack detection in face biometrics"
     dynamic         = ["readme"]
@@ -40,7 +40,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.2/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master/sphinx/"
     homepage      = "https://pypi.org/project/bob.pad.face/"
     repository    = "https://gitlab.idiap.ch/bob/bob.pad.face"
     changelog     = "https://gitlab.idiap.ch/bob/bob.pad.face/-/releases"