From 351486239c09d267088b21db5726989a6117c43b Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Fri, 12 Jul 2024 19:44:54 +0000
Subject: [PATCH] Increased latest version to 3.3.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 0dd3ac1..2231428 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 
-[![badge doc](https://img.shields.io/badge/docs-v3.3.1-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.1/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.learn.em/badges/v3.3.1/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.learn.em/commits/v3.3.1)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.learn.em/badges/v3.3.1/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.1/coverage)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.learn.em/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.learn.em/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/coverage)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.learn.em)
 
 # Expectation Maximization Machine Learning Tools
diff --git a/pyproject.toml b/pyproject.toml
index d868333..d37fde3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name = "bob.learn.em"
-    version = "3.3.1"
+    version = "3.3.2b0"
     requires-python = ">=3.9"
     description = "Bindings for EM machines and trainers of Bob"
     dynamic = ["readme"]
@@ -34,7 +34,7 @@
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/v3.3.1/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.learn.em/master/sphinx/"
     homepage = "https://pypi.org/project/bob.learn.em/"
     repository = "https://gitlab.idiap.ch/bob/bob.learn.em"
     changelog = "https://gitlab.idiap.ch/bob/bob.learn.em/-/releases"
-- 
GitLab