diff --git a/CHANGELOG.md b/CHANGELOG.md index 7407bee3..48f7e556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to Emukit will be documented in this file. +## [0.4.11] +- Various bugfixes, including installation on Windows +- Updated copyright info + ## [0.4.10] - Wrapper for SKlearn Guassian process - Black and isort formatting diff --git a/emukit/__version__.py b/emukit/__version__.py index 43bad2e1..10826e72 100644 --- a/emukit/__version__.py +++ b/emukit/__version__.py @@ -5,4 +5,4 @@ # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.4.10" # noqa +__version__ = "0.4.11" # noqa