diff --git a/README.md b/README.md index 1f685fb862a9734517c975ef257f51d0d9091e8d..ed1fdb5748404ef1fcf5a0636ff2bc0c9f7ed77a 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 --> -[](https://gridtk.readthedocs.io/en/latest/) -[](https://gitlab.idiap.ch/software/gridtk/commits/main) -[](https://www.idiap.ch/software/biosignal/docs/software/gridtk/main/coverage/index.html) +[](https://gridtk.readthedocs.io/en/v2.0.0/) +[](https://gitlab.idiap.ch/software/gridtk/commits/v2.0.0) +[](https://www.idiap.ch/software/biosignal/docs/software/gridtk/v2.0.0/coverage/index.html) [](https://gitlab.idiap.ch/software/gridtk) diff --git a/pyproject.toml b/pyproject.toml index 325e6574e9e494c449b68d9aa845a92f75c50f56..43f0294c69759bc59abcb4a3d107724ea5eafb99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "gridtk" -version = "1.9.0b0" +version = "2.0.0" 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.0/" homepage = "https://pypi.org/project/gridtk" repository = "https://gitlab.idiap.ch/software/gridtk" changelog = "https://gitlab.idiap.ch/software/gridtk/-/releases"