From 65890ee6c5c3dc4ec743d8ceab24d43ca205eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch> Date: Wed, 21 Jun 2023 18:03:09 +0000 Subject: [PATCH] Increased stable version to 1.0.0 --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2034fbd..fccc9c0 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 --> -[](https://idiap-devtools.readthedocs.io/en/latest/) -[](https://gitlab.idiap.ch/software/idiap-devtools/commits/main) -[](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/main/coverage/index.html) +[](https://idiap-devtools.readthedocs.io/en/v1.0.0/) +[](https://gitlab.idiap.ch/software/idiap-devtools/commits/v1.0.0) +[](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/v1.0.0/coverage/index.html) [](https://gitlab.idiap.ch/software/idiap-devtools) # Development Tools diff --git a/pyproject.toml b/pyproject.toml index f62ba3e..e27faa1 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" -- GitLab