Skip to content

Commit 8290fe6

Browse files
mfeurernchristensen
authored andcommitted
Bump version
1 parent 720b218 commit 8290fe6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ConfigSpace/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.6.0"
4+
__version__ = "0.6.1"

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.6.1
2+
3+
# MAINT #286: Add support for Python 3.11.
4+
# FIX #282: Fixes a memory leak in the neighborhood generation of integer hyperparameters.
5+
16
# Version 0.6.0
27

38
* ADD #255: An easy interface of `Float`, `Integer`, `Categorical` for creating search spaces.

0 commit comments

Comments
 (0)