From 1e20b3730aa47e21e3f04988682e4eabc29bb0b9 Mon Sep 17 00:00:00 2001 From: Matthias Feurer Date: Sun, 25 Oct 2020 20:16:38 +0100 Subject: [PATCH] bump to 0.11.1dev to continue developing --- doc/progress.rst | 3 +++ openml/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/progress.rst b/doc/progress.rst index 1956fcb42..c3aaf8d14 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -6,6 +6,9 @@ Changelog ========= +0.11.1 +~~~~~~ + 0.11.0 ~~~~~~ * ADD #753: Allows uploading custom flows to OpenML via OpenML-Python. diff --git a/openml/__version__.py b/openml/__version__.py index 07c9a950d..b9fd6b9ae 100644 --- a/openml/__version__.py +++ b/openml/__version__.py @@ -3,4 +3,4 @@ # License: BSD 3-Clause # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.11.0" +__version__ = "0.11.1dev"