diff --git a/README.md b/README.md
index 1f685fb862a9734517c975ef257f51d0d9091e8d..47a3f0bd64733d27840f6b2067430a05a997cd6c 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ SPDX-FileCopyrightText: Copyright © 2022 Idiap Research Institute <contact@idia
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
-[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://gridtk.readthedocs.io/en/latest/)
-[![build](https://gitlab.idiap.ch/software/gridtk/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/gridtk/commits/main)
-[![coverage](https://gitlab.idiap.ch/software/gridtk/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/gridtk/main/coverage/index.html)
+[![latest-docs](https://img.shields.io/badge/docs-v2.0.1-orange.svg)](https://gridtk.readthedocs.io/en/v2.0.1/)
+[![build](https://gitlab.idiap.ch/software/gridtk/badges/v2.0.1/pipeline.svg)](https://gitlab.idiap.ch/software/gridtk/commits/v2.0.1)
+[![coverage](https://gitlab.idiap.ch/software/gridtk/badges/v2.0.1/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/gridtk/v2.0.1/coverage/index.html)
 [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/gridtk)
 
 
diff --git a/pyproject.toml b/pyproject.toml
index 69d46c97858185a0d7d97ff9a1e64d239b4c4b27..390a501422b8532ca61ea5b01cfda6cf1cca8333 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "gridtk"
-version = "2.0.1b0"
+version = "2.0.1"
 requires-python = ">=3.9"
 description = "Grid-enabled job submitter and execution monitor for Idiap"
 readme = "README.md"
@@ -31,7 +31,7 @@ dependencies = [
 ]
 
 [project.urls]
-documentation = "https://gridtk.readthedocs.io/en/latest/"
+documentation = "https://gridtk.readthedocs.io/en/v2.0.1/"
 homepage = "https://pypi.org/project/gridtk"
 repository = "https://gitlab.idiap.ch/software/gridtk"
 changelog = "https://gitlab.idiap.ch/software/gridtk/-/releases"