From 78d5cae7e760692b824e342192665c1a61cf25ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch> Date: Tue, 28 Feb 2023 20:25:56 +0000 Subject: [PATCH] Increased latest version to 1.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 6f63874..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 --> -[](https://clapper.readthedocs.io/en/v1.0.1/) -[](https://gitlab.idiap.ch/software/clapper/commits/v1.0.1) -[](https://www.idiap.ch/software/biosignal/docs/software/clapper/v1.0.1/coverage/index.html) +[](https://clapper.readthedocs.io/en/latest/) +[](https://gitlab.idiap.ch/software/clapper/commits/main) +[](https://www.idiap.ch/software/biosignal/docs/software/clapper/main/coverage/index.html) [](https://gitlab.idiap.ch/software/clapper) diff --git a/pyproject.toml b/pyproject.toml index d829d92..ab1135d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "clapper" -version = "1.0.1" +version = "1.0.2b0" requires-python = ">=3.9" description = "Configuration Support for Python Packages and CLIs" readme = "README.md" @@ -32,7 +32,7 @@ dependencies = [ ] [project.urls] -documentation = "https://clapper.readthedocs.io/en/v1.0.1/" +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