From b7482a992097ecd8c50ee6900e99b98ffa5d6b08 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 12 Jul 2024 20:30:35 +0000 Subject: [PATCH] Increased latest version to 8.1.2b0 [skip ci] --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d969dee5..807481da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.1/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.bio.base/commits/v8.1.1) -[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.1/coverage) +[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.bio.base/commits/master) +[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/coverage) [](https://gitlab.idiap.ch/bob/bob.bio.base) # Tools to run biometric recognition experiments diff --git a/pyproject.toml b/pyproject.toml index ca06298d..203c4b6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.bio.base" - version = "8.1.1" + version = "8.1.2b0" requires-python = ">=3.9" description = "Tools for running biometric recognition experiments" dynamic = ["readme"] @@ -40,7 +40,7 @@ ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.1.1/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/" homepage = "https://pypi.org/project/bob.bio.base/" repository = "https://gitlab.idiap.ch/bob/bob.bio.base" changelog = "https://gitlab.idiap.ch/bob/bob.bio.base/-/releases" -- GitLab