diff --git a/pyproject.toml b/pyproject.toml index 09a8a4f..f78d06d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyclic-boosting" -version = "1.0.0" +version = "1.0.1" description = "Implementation of Cyclic Boosting machine learning algorithms" authors = ["Blue Yonder GmbH"] packages = [{include = "cyclic_boosting"}]