From e3fafbdf76b6f2e6a1be1a8ac11137d2460cbdc2 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Fri, 8 Dec 2023 13:33:35 +0100 Subject: [PATCH] bump to 0.7.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fdf9ee..30d7ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mltb2" -version = "0.7.4rc1" +version = "0.7.4" description = "Machine Learning Toolbox 2" authors = ["PhilipMay "] readme = "README.md"