From f3b5ece99ff132c56c8d741a933a82d3bdc3f635 Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Thu, 18 Feb 2021 06:44:21 +0100 Subject: [PATCH] bump forgotten version number --- ConfigSpace/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigSpace/__version__.py b/ConfigSpace/__version__.py index 3c0f6f2e..c809abab 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.17" +__version__ = "0.4.18"