From cc7b99fe410edc108299325556ee673a983c3960 Mon Sep 17 00:00:00 2001 From: Felix Wick Date: Thu, 19 Oct 2023 09:45:34 +0200 Subject: [PATCH] prepare new release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40831a8..613a18a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclic-boosting" -version = "1.1.2" +version = "1.2.0" description = "Implementation of Cyclic Boosting machine learning algorithms" authors = ["Blue Yonder GmbH"] packages = [{include = "cyclic_boosting"}]