diff --git a/README.md b/README.md
index 2a9a327849cfabb4893c02bad1dcaa3f8db77022..0bf38ea2253ff87d84f84c9286ce4f34c184dbd2 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://auto-intersphinx.readthedocs.io/en/latest/)
-[![build](https://gitlab.idiap.ch/software/auto-intersphinx/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/auto-intersphinx/commits/main)
-[![coverage](https://gitlab.idiap.ch/software/auto-intersphinx/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v1.0.1-orange.svg)](https://auto-intersphinx.readthedocs.io/en/v1.0.1/)
+[![build](https://gitlab.idiap.ch/software/auto-intersphinx/badges/v1.0.1/pipeline.svg)](https://gitlab.idiap.ch/software/auto-intersphinx/commits/v1.0.1)
+[![coverage](https://gitlab.idiap.ch/software/auto-intersphinx/badges/v1.0.1/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/auto-intersphinx/v1.0.1/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/auto-intersphinx)
 
 # Automatically Links Package Documentation from Their Names
diff --git a/pyproject.toml b/pyproject.toml
index c3d9bb26eedae150af11426e8558f9a6ab9e6a64..a8419eea44ee700a9bba05909a831fb16eaef0bd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "auto-intersphinx"
-version = "1.0.1b0"
+version = "1.0.1"
 requires-python = ">=3.9"
 description = "Automatic links direct project dependencies to the intersphinx catalog"
 readme = 'README.md'
@@ -33,7 +33,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://auto-intersphinx.readthedocs.io/en/latest/"
+documentation = "https://auto-intersphinx.readthedocs.io/en/v1.0.1/"
 homepage = "https://pypi.org/project/auto-intersphinx"
 repository = "https://gitlab.idiap.ch/software/auto-intersphinx"
 changelog = "https://gitlab.idiap.ch/software/auto-intersphinx/-/releases"