From d0e2cd2f3b1169662552dc57dd665061a1e2d10c Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Tue, 1 May 2018 09:05:47 +0200 Subject: [PATCH] Bump version number for develop --- openml/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openml/__version__.py b/openml/__version__.py index ec563719b..f05fd4fb9 100644 --- a/openml/__version__.py +++ b/openml/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.7.0" +__version__ = "0.8.0dev"