Skip to content

Commit c462006

Browse files
committed
release 0.9.1
1 parent ef40472 commit c462006

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
## 0.9.1
4+
* easier hyperparameter search with `param_combinations()` helper function in cpmpy.solvers
5+
36
## 0.9.0
47

58
First beta release!

cpmpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515
# Tias Guns, 2019-2021
1616

17-
__version__ = "0.9.0"
17+
__version__ = "0.9.1"
1818

1919

2020
from .expressions import *

0 commit comments

Comments
 (0)