From 0a673107f895900a5bd26439bfd6b08f44b09fed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch>
Date: Mon, 13 May 2024 16:26:14 +0000
Subject: [PATCH] Increased latest version to 1.1.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 b5668b4..7df19de 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia
 SPDX-License-Identifier: BSD-3-Clause
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-v1.1.0-orange.svg)](https://clapper.readthedocs.io/en/v1.1.0/)
-[![build](https://gitlab.idiap.ch/software/clapper/badges/v1.1.0/pipeline.svg)](https://gitlab.idiap.ch/software/clapper/commits/v1.1.0)
-[![coverage](https://gitlab.idiap.ch/software/clapper/badges/v1.1.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapper/v1.1.0/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://clapper.readthedocs.io/en/latest/)
+[![build](https://gitlab.idiap.ch/software/clapper/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/clapper/commits/main)
+[![coverage](https://gitlab.idiap.ch/software/clapper/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapper/main/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/clapper)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index 5b55ea8..731d68e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
 dependencies = ["click>=8", "tomli", "tomli-w", "xdg"]
 
 [project.urls]
-documentation = "https://clapper.readthedocs.io/en/v1.1.0/"
+documentation = "https://clapper.readthedocs.io/en/latest/"
 homepage = "https://pypi.org/project/clapper"
 repository = "https://gitlab.idiap.ch/software/clapper"
 changelog = "https://gitlab.idiap.ch/software/clapper/-/releases"
-- 
GitLab