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"