From 4ca75c7a2e9649d828bf0b2ff044c64944b2ba73 Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Thu, 24 Sep 2020 11:55:22 +0200 Subject: [PATCH] new release --- ConfigSpace/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigSpace/__version__.py b/ConfigSpace/__version__.py index e1a2caf2..c2933fad 100644 --- a/ConfigSpace/__version__.py +++ b/ConfigSpace/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.4.14" +__version__ = "0.4.15"