diff --git a/README.md b/README.md
index 7df19dea61d74eaa0129a65fd97873d604cb42a3..17a10cb844b1a21a870405853c8975cb211ce5e8 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-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)
+[![latest-docs](https://img.shields.io/badge/docs-v1.0.0-orange.svg)](https://clapper.readthedocs.io/en/v1.0.0/)
+[![build](https://gitlab.idiap.ch/software/clapper/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/clapper/commits/v1.0.0)
+[![coverage](https://gitlab.idiap.ch/software/clapper/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/clapper/v1.0.0/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 856c60eb4b823a1257c9b949a9ec70db6e118ee8..9ad07e9f6ae1d60c11782d8a5598e5bd30cb58cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "clapper"
-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://clapper.readthedocs.io/en/latest/"
+documentation = "https://clapper.readthedocs.io/en/v1.0.0/"
 homepage = "https://pypi.org/project/clapper"
 repository = "https://gitlab.idiap.ch/software/clapper"
 changelog = "https://gitlab.idiap.ch/software/clapper/-/releases"