From 9d89ae3130eaf8fd2bd27e90064a5c7478999f8b Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 12 Jul 2024 19:29:28 +0000
Subject: [PATCH] Increased latest version to 4.0.2b0 [skip ci]

---
 README.md      | 6 +++---
 pyproject.toml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9048be0..2fff193 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 6fb3f25..55b4821 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"
-- 
GitLab