From 5bdfb56a76235057a6c75490e5ab9d1a1e48cbc3 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 12 Jul 2024 21:23:56 +0000
Subject: [PATCH] Increased latest version to 5.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 24e5ce8..65146f4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-v5.0.1-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.1/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/v5.0.1/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein/commits/v5.0.1)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/v5.0.1/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.1/coverage/)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/coverage/)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein)
 
 # Vein Recognition Library
diff --git a/pyproject.toml b/pyproject.toml
index 90f5fdd..2dc919e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name = "bob.bio.vein"
-    version = "5.0.1"
+    version = "5.0.2b0"
     requires-python = ">=3.9"
     description = "Vein Recognition Library"
     dynamic = ["readme"]
@@ -41,7 +41,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.1/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/"
     homepage = "https://pypi.org/project/bob.bio.vein/"
     repository = "https://gitlab.idiap.ch/bob/bob.bio.vein"
     changelog = "https://gitlab.idiap.ch/bob/bob.bio.vein/-/releases"
-- 
GitLab