Skip to content

Commit 75d29cd

Browse files
committed
Release 0.5.0
1 parent 5230db7 commit 75d29cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to Emukit will be documented in this file.
99
- Docs: Updated installation guide, README, CONTRIBUTING to prefer extras over legacy `requirements/` files.
1010
- Tests: Documented pytest marker and optional dependency usage.
1111
- Docs build: Use `docs` extra (includes GPy).
12-
- Maintenance: Legacy requirements files retained temporarily for reference; deprecation planned.
12+
- Maintenance: Legacy requirements files retained temporarily for reference.
1313

1414
## [0.4.11]
1515
- Various bugfixes, including installation on Windows

emukit/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77

8-
__version__ = "0.4.11" # noqa
8+
__version__ = "0.5.0" # noqa

0 commit comments

Comments
 (0)