Skip to content

Commit

Permalink
Bumps up sklearn_evaluation to version 0.5.7dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jun 26, 2021
1 parent 798c453 commit 0e21dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========

0.5.7dev
--------

0.5.6 (2021-06-26)
------------------
* Fixes error that caused grid search plot to fail when a parameter had a ``None`` value (#40)
Expand Down
2 changes: 1 addition & 1 deletion src/sklearn_evaluation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.6'
__version__ = '0.5.7dev'

from .evaluator import ClassifierEvaluator
from .nb.NotebookIntrospector import NotebookIntrospector
Expand Down

0 comments on commit 0e21dc4

Please sign in to comment.