diff --git a/README.md b/README.md index 7df19dea61d74eaa0129a65fd97873d604cb42a3..6f63874af4fbe3eab5bf1742a3ed7e8a69a736f4 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/latest/) -[](https://gitlab.idiap.ch/software/clapper/commits/main) -[](https://www.idiap.ch/software/biosignal/docs/software/clapper/main/coverage/index.html) +[](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://gitlab.idiap.ch/software/clapper) diff --git a/pyproject.toml b/pyproject.toml index 1baf6c3eb224f77643dac476dab95784dea1043a..d829d92925d20398be3e325e8971e41f572312a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "clapper" -version = "1.0.1b0" +version = "1.0.1" 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/latest/" +documentation = "https://clapper.readthedocs.io/en/v1.0.1/" homepage = "https://pypi.org/project/clapper" repository = "https://gitlab.idiap.ch/software/clapper" changelog = "https://gitlab.idiap.ch/software/clapper/-/releases"