From e79f39ab32fdddae768eef84e7ecb22a9e09371c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch>
Date: Thu, 30 Nov 2023 22:22:49 +0000
Subject: [PATCH] Increased latest version to 1.5.1b0 [skip ci]

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

diff --git a/README.md b/README.md
index efd323a4..6e3183f2 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 3bdb37a9..a825862a 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"
-- 
GitLab