diff --git a/README.md b/README.md
index efd323a41e19d5f0d2104befd591a4812ce752b6..6e3183f284f25e375eac9c86bb61ef4971ece3f8 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idia
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-v1.5.0-orange.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/v1.5.0/sphinx/)
-[![build](https://gitlab.idiap.ch/biosignal/software/deepdraw/badges/v1.5.0/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/deepdraw/commits/v1.5.0)
-[![coverage](https://gitlab.idiap.ch/biosignal/software/deepdraw/badges/v1.5.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/v1.5.0/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/master/sphinx/)
+[![build](https://gitlab.idiap.ch/biosignal/software/deepdraw/badges/main/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/deepdraw/commits/main)
+[![coverage](https://gitlab.idiap.ch/biosignal/software/deepdraw/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/main/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/biosignal/software/deepdraw)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index 3bdb37a976abaa39f689ee5ea705531d193dc7ff..a825862a2cfcb4faef88ee335c6ab814c181eb81 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "deepdraw"
-version = "1.5.0"
+version = "1.5.1b0"
 requires-python = ">=3.9"
 description = "Binary Segmentation Benchmark Package"
 dynamic = ["readme"]
@@ -50,7 +50,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/v1.5.0/sphinx/"
+documentation = "https://www.idiap.ch/software/biosignal/docs/biosignal/software/deepdraw/main/sphinx/"
 homepage = "https://pypi.org/project/deepdraw"
 repository = "https://gitlab.idiap.ch/biosignal/software/deepdraw"
 changelog = "https://gitlab.idiap.ch/biosignal/software/deepdraw/-/releases"