Skip to content
Snippets Groups Projects
Commit 65890ee6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Increased stable version to 1.0.0

parent 68b8817b
Branches
No related tags found
No related merge requests found
Pipeline #75072 passed
...@@ -4,9 +4,9 @@ Copyright © 2022 Idiap Research Institute <contact@idiap.ch> ...@@ -4,9 +4,9 @@ Copyright © 2022 Idiap Research Institute <contact@idiap.ch>
SPDX-License-Identifier: BSD-3-Clause SPDX-License-Identifier: BSD-3-Clause
--> -->
[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://idiap-devtools.readthedocs.io/en/latest/) [![latest-docs](https://img.shields.io/badge/docs-v1.0.0-orange.svg)](https://idiap-devtools.readthedocs.io/en/v1.0.0/)
[![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/main/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/main) [![build](https://gitlab.idiap.ch/software/idiap-devtools/badges/v1.0.0/pipeline.svg)](https://gitlab.idiap.ch/software/idiap-devtools/commits/v1.0.0)
[![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/main/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/main/coverage/index.html) [![coverage](https://gitlab.idiap.ch/software/idiap-devtools/badges/v1.0.0/coverage.svg)](https://www.idiap.ch/software/biosignal/docs/software/idiap-devtools/v1.0.0/coverage/index.html)
[![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/idiap-devtools) [![repository](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/software/idiap-devtools)
# Development Tools # Development Tools
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
[project] [project]
name = "idiap-devtools" name = "idiap-devtools"
version = "1.0.0b0" version = "1.0.0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure" description = "This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure"
readme = "README.md" readme = "README.md"
...@@ -40,7 +40,7 @@ dependencies = [ ...@@ -40,7 +40,7 @@ dependencies = [
] ]
[project.urls] [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" homepage = "https://pypi.org/project/idiap-devtools"
repository = "https://gitlab.idiap.ch/software/idiap-devtools" repository = "https://gitlab.idiap.ch/software/idiap-devtools"
changelog = "https://gitlab.idiap.ch/software/idiap-devtools/-/releases" changelog = "https://gitlab.idiap.ch/software/idiap-devtools/-/releases"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment