diff --git a/README.md b/README.md
index d969dee50a1620d74c40b32aa837cf2457c31737..807481dab9fe17ff213d5c447340c658a2ab550c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-v8.1.1-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.1/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.base/badges/v8.1.1/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.base/commits/v8.1.1)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.base/badges/v8.1.1/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.1/coverage)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.base/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/coverage)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.base)
 
 # Tools to run biometric recognition experiments
diff --git a/pyproject.toml b/pyproject.toml
index ca06298db6ed8917454b6ede78240b216b5f38be..203c4b6fc520452a16fe0f78dbcbaed8b4863375 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name = "bob.bio.base"
-    version = "8.1.1"
+    version = "8.1.2b0"
     requires-python = ">=3.9"
     description = "Tools for running biometric recognition experiments"
     dynamic = ["readme"]
@@ -40,7 +40,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.1/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/"
     homepage = "https://pypi.org/project/bob.bio.base/"
     repository = "https://gitlab.idiap.ch/bob/bob.bio.base"
     changelog = "https://gitlab.idiap.ch/bob/bob.bio.base/-/releases"