From 70f462b16d3c2f29e03dcdfdec7de9496556f187 Mon Sep 17 00:00:00 2001 From: Andre Mayoraz <andre.mayoraz@idiap.ch> Date: Tue, 18 Oct 2022 18:31:45 +0200 Subject: [PATCH] Bumped package version to 3.2.1.b0, again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e517f61..87e339d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.learn.em" - version = "3.0.5b0" + version = "3.2.1b0" requires-python = ">=3.9" description = "Bindings for EM machines and trainers of Bob" dynamic = ["readme", "dependencies"] -- GitLab