From 3f069d24db7a3c7ec2825d0e91ce93c4dbbca9cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch>
Date: Wed, 21 Aug 2024 19:44:17 +0000
Subject: [PATCH] Increased latest version to 1.0.1b0 [skip ci]

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

diff --git a/README.md b/README.md
index 1c8e8556..15017eba 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,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.0.0-orange.svg)](https://mednet.readthedocs.io/en/v1.0.0/)
-[![build](https://gitlab.idiap.ch/biosignal/software/mednet/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/mednet/commits/v1.0.0)
-[![coverage](https://gitlab.idiap.ch/biosignal/software/mednet/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/mednet/v1.0.0/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://mednet.readthedocs.io/en/latest/)
+[![build](https://gitlab.idiap.ch/biosignal/software/mednet/badges/main/pipeline.svg)](https://gitlab.idiap.ch/biosignal/software/mednet/commits/main)
+[![coverage](https://gitlab.idiap.ch/biosignal/software/mednet/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/biosignal/software/mednet/main/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/biosignal/software/mednet)
 
 # Computer-Aided Detection and Segmentation from Medical Data
diff --git a/pyproject.toml b/pyproject.toml
index 4c4a70f4..57d62f77 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://mednet.readthedocs.io/en/v1.0.0/"
+documentation = "https://mednet.readthedocs.io/en/latest/"
 homepage = "https://pypi.org/project/mednet"
 repository = "https://gitlab.idiap.ch/biosignal/software/mednet"
 changelog = "https://gitlab.idiap.ch/biosignal/software/mednet/-/releases"
-- 
GitLab