Skip to content

Commit

Permalink
Bumps up sklearn_evaluation to version 0.5.10dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Jul 5, 2022
1 parent 32bae33 commit e54276b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,9 @@
CHANGELOG
=========

0.5.10dev
---------

0.5.9 (2022-07-04)
------------------
* Adds ``sort`` argument to ``plot.grid_search`` (#45)
Expand Down
2 changes: 1 addition & 1 deletion src/sklearn_evaluation/__init__.py
@@ -1,4 +1,4 @@
__version__ = '0.5.9'
__version__ = '0.5.10dev'

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

0 comments on commit e54276b

Please sign in to comment.