diff --git a/README.md b/README.md index dfd081e42aae304787c7aa7448b3ed44b5bd999b..5b4fa3d420af30ab5fa492ae1f024b08e5f2d775 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://clapp.readthedocs.io/en/latest/) -[](https://gitlab.idiap.ch/software/clapp/commits/main) -[](https://www.idiap.ch/software/biosignal/docs/software/clapp/main/coverage/index.html) +[](https://clapp.readthedocs.io/en/v1.0.0/) +[](https://gitlab.idiap.ch/software/clapp/commits/v1.0.0) +[](https://www.idiap.ch/software/biosignal/docs/software/clapp/v1.0.0/coverage/index.html) [](https://gitlab.idiap.ch/software/clapp) diff --git a/pyproject.toml b/pyproject.toml index 5896136f8496971a15786f5e60d5a5e91b24cf66..56fa067487e08f610eeb6b1b02019480d9b09566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "clapp" -version = "1.0.0b0" +version = "1.0.0" 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/latest/" +documentation = "https://clapp.readthedocs.io/en/v1.0.0/" homepage = "https://pypi.org/project/clapp" repository = "https://gitlab.idiap.ch/software/clapp" changelog = "https://gitlab.idiap.ch/software/clapp/-/releases"