Skip to content

Commit 7512255

Browse files
Merge pull request #46 from mindsdb/staging
Release
2 parents 9d268ee + 1efc795 commit 7512255

File tree

3 files changed

+1416
-1197
lines changed

3 files changed

+1416
-1197
lines changed

mindsdb_evaluator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from mindsdb_evaluator.accuracy import * # noqa
22
from mindsdb_evaluator.calibration import * # noqa
33

4-
__version__ = '0.0.15'
4+
__version__ = '0.0.16'
55
name = "mindsdb_evaluator"
66

77
__all__ = ['name', '__version__']

0 commit comments

Comments
 (0)