diff --git a/doc/progress.rst b/doc/progress.rst index b65df1926..84a94c42a 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -6,6 +6,9 @@ Changelog ========= +0.11.0 +~~~~~~ + 0.10.2 ~~~~~~ * ADD #857: Adds task type ID to list_runs diff --git a/openml/__version__.py b/openml/__version__.py index 11a584d41..338948217 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.10.2" +__version__ = "0.11.0dev"