From a4b01d7a5739b634cc8e233b73645a4441f40888 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 12 Jul 2024 23:09:05 +0000 Subject: [PATCH] Increased latest version to 5.0.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 b2f8935f..79f54428 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.1/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.pad.face/commits/v5.0.1) -[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.1/coverage/) +[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.pad.face/commits/master) +[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master/coverage/) [](https://gitlab.idiap.ch/bob/bob.pad.face) # Face presentation attack detection (anti-spoofing) diff --git a/pyproject.toml b/pyproject.toml index 16ce5eb2..c8a88ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.pad.face" - version = "5.0.1" + version = "5.0.2b0" requires-python = ">=3.9" description = "Implements tools for spoofing or presentation attack detection in face biometrics" dynamic = ["readme"] @@ -40,7 +40,7 @@ ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/v5.0.1/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.face/master/sphinx/" homepage = "https://pypi.org/project/bob.pad.face/" repository = "https://gitlab.idiap.ch/bob/bob.pad.face" changelog = "https://gitlab.idiap.ch/bob/bob.pad.face/-/releases" -- GitLab