diff --git a/openml/__version__.py b/openml/__version__.py index 6632a85f4..392bf4b37 100644 --- a/openml/__version__.py +++ b/openml/__version__.py @@ -5,4 +5,4 @@ # The following line *must* be the last in the module, exactly as formatted: from __future__ import annotations -__version__ = "0.15.0" +__version__ = "0.15.1"