From f439cc3dbece963875d00145ca58216d3a5e411b Mon Sep 17 00:00:00 2001 From: arminwitte <110226001+arminwitte@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:32:43 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf08ebc..4dfb6a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "binarybeech" description = "Simplistic algorithms to train decision trees for regression and classification" -version = "0.0.16" +version = "0.1.0" authors = [ { name="Armin Witte"}, ]