Skip to content

Commit

Permalink
Bumps up sklearn_evaluation to version 0.12.3dev
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Sep 18, 2024
1 parent d5e1d6f commit b2cb135
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.3dev

## 0.12.2 (2024-09-18)

- [Feature] Removes telemetry
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.2"
__version__ = "0.12.3dev"

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

0 comments on commit b2cb135

Please sign in to comment.