From d9a85149ad391e181052fb387c95165757ca73d5 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 12 Jul 2024 16:51:05 +0000 Subject: [PATCH] Increased stable version to 5.1.1 --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 984091c..d33bb90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.io.base/commits/master) -[](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/coverage/index.html) +[](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.1/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.io.base/commits/v5.1.1) +[](https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.1/coverage/index.html) [](https://gitlab.idiap.ch/bob/bob.io.base) # bob.io.base diff --git a/pyproject.toml b/pyproject.toml index c14db5a..76ed338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.io.base" -version = "5.1.1b0" +version = "5.1.1" requires-python = ">=3.9" description = "Basic IO for Bob" dynamic = ["readme"] @@ -29,7 +29,7 @@ dependencies = [ ] [project.urls] -documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/master/sphinx" +documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.io.base/v5.1.1/sphinx" homepage = "https://pypi.org/project/bob.io.base" repository = "https://gitlab.idiap.ch/bob/bob.io.base" changelog = "https://gitlab.idiap.ch/bob/bob.io.base/-/releases" -- GitLab