From d1eb3b3394543082e664032c02a494b54bd4ceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch> Date: Fri, 3 Mar 2023 14:48:11 +0000 Subject: [PATCH] Increased stable version to 2.0.1 --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f685fb..47a3f0b 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.1/) +[](https://gitlab.idiap.ch/software/gridtk/commits/v2.0.1) +[](https://www.idiap.ch/software/biosignal/docs/software/gridtk/v2.0.1/coverage/index.html) [](https://gitlab.idiap.ch/software/gridtk) diff --git a/pyproject.toml b/pyproject.toml index 69d46c9..390a501 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" -- GitLab