diff --git a/README.md b/README.md
index 2034fbdb272980d2f847d2515c4f9c089de26db3..fccc9c0ab360c97f91df20e0cd5e6e67969d3745 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
 SPDX-License-Identifier: BSD-3-Clause
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://idiap-devtools.readthedocs.io/en/latest/)
-[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/main)
-[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v1.0.0-orange.svg)](https://idiap-devtools.readthedocs.io/en/v1.0.0/)
+[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/v1.0.0)
+[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/v1.0.0/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/idiap-devtools)
 
 # Development Tools
diff --git a/pyproject.toml b/pyproject.toml
index f62ba3e1fc1b546ef7f4a4eeb0d4582ae1a220a4..e27faa1bc024bd9c39366deba65d31095c6dfba9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "idiap-devtools"
-version = "1.0.0b0"
+version = "1.0.0"
 requires-python = ">=3.9"
 description = "This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure"
 readme = "README.md"
@@ -40,7 +40,7 @@ dependencies = [
     ]
 
 [project.urls]
-documentation = "https://idiap-devtools.readthedocs.io/en/latest/"
+documentation = "https://idiap-devtools.readthedocs.io/en/v1.0.0/"
 homepage = "https://pypi.org/project/idiap-devtools"
 repository = "https://gitlab.idiap.ch/software/idiap-devtools"
 changelog = "https://gitlab.idiap.ch/software/idiap-devtools/-/releases"