Skip to content

Commit

Permalink
Bumps up sklearn_evaluation to version 0.11.4dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Feb 28, 2023
1 parent b2c624b commit bf4538c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.11.4dev

## 0.11.3 (2023-02-28)

- [Feature] Adds `plot.InteractiveConfusionMatrix` object-oriented API ([#275](https://github.com/ploomber/sklearn-evaluation/issues/275))
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.11.3"
__version__ = "0.11.4dev"

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

0 comments on commit bf4538c

Please sign in to comment.