From 166f3fc2340f179fce1b3ad1fe5ea7b8e9cb07ac Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 12 Jul 2024 19:29:07 +0000 Subject: [PATCH] Increased stable version to 4.0.1 --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2fff193..9048be0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.pipelines/commits/master) -[](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/coverage) +[](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.1/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.pipelines/commits/v4.0.1) +[](https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.1/coverage) [](https://gitlab.idiap.ch/bob/bob.pipelines) # Tools to build robust and extensible pipelines diff --git a/pyproject.toml b/pyproject.toml index 5ca20f7..6fb3f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.pipelines" - version = "4.0.1b0" + version = "4.0.1" requires-python = ">=3.9" description = "Tools to build robust and extensible pipelines" dynamic = ["readme"] @@ -41,7 +41,7 @@ ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/master/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pipelines/v4.0.1/sphinx/" homepage = "https://pypi.org/project/bob.pipelines/" repository = "https://gitlab.idiap.ch/bob/bob.pipelines" changelog = "https://gitlab.idiap.ch/bob/bob.pipelines/-/releases" -- GitLab