Skip to content

Commit

Permalink
Bumps up sklearn_evaluation to version 0.12.2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Feb 8, 2024
1 parent 7bf0658 commit da5cfcc
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.12.2dev

## 0.12.1 (2024-02-07)

- [Feature] Adds `ploomber-extension` as dependency
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.12.1"
__version__ = "0.12.2dev"

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

0 comments on commit da5cfcc

Please sign in to comment.