From 46c2ec1bdb2e3f603d775a100c60586b9e8f9cb6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch>
Date: Fri, 17 Feb 2023 10:26:58 +0000
Subject: [PATCH] Increased latest version to 1.0.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 5b4fa3d..dfd081e 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.0.0-orange.svg)](https://clapp.readthedocs.io/en/v1.0.0/)
-[![build](https://gitlab.idiap.ch/software/clapp/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/clapp/commits/v1.0.0)
-[![coverage](https://gitlab.idiap.ch/software/clapp/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapp/v1.0.0/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://clapp.readthedocs.io/en/latest/)
+[![build](https://gitlab.idiap.ch/software/clapp/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/clapp/commits/main)
+[![coverage](https://gitlab.idiap.ch/software/clapp/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/clapp)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index 56fa067..7427a46 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "clapp"
-version = "1.0.0"
+version = "1.0.1b0"
 requires-python = ">=3.9"
 description = "Configuration Support for Python Packages and CLIs"
 readme = "README.md"
@@ -32,7 +32,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://clapp.readthedocs.io/en/v1.0.0/"
+documentation = "https://clapp.readthedocs.io/en/latest/"
 homepage = "https://pypi.org/project/clapp"
 repository = "https://gitlab.idiap.ch/software/clapp"
 changelog = "https://gitlab.idiap.ch/software/clapp/-/releases"
-- 
GitLab