From b083a43f5827aff2464ad74ae00e0a71aa4417d6 Mon Sep 17 00:00:00 2001 From: Philip May Date: Sun, 31 Mar 2024 15:05:03 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5710fba..533f2c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mltb2" -version = "0.12.3" +version = "0.12.4rc1" description = "Machine Learning Toolbox 2" authors = ["PhilipMay "] readme = "README.md"