From 9ec9290755b142da3a3be1b8e24d4dd6ecb39fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Wed, 17 Apr 2024 16:44:32 +0200 Subject: [PATCH] Prepared new version --- pyproject.toml | 2 +- tpcp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52aee7b..8a95243 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tpcp" -version = "0.31.2" +version = "0.32.0" description = "Pipeline and Dataset helpers for complex algorithm evaluation." authors = [ "Arne Küderle ", diff --git a/tpcp/__init__.py b/tpcp/__init__.py index 1e54c65..fb7de6b 100644 --- a/tpcp/__init__.py +++ b/tpcp/__init__.py @@ -23,7 +23,7 @@ ) from tpcp._pipeline import OptimizablePipeline, Pipeline -__version__ = "0.31.2" +__version__ = "0.32.0" __all__ = [