Skip to content

Commit 608ec4a

Browse files
Bump version
1 parent 4a7949f commit 608ec4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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__']

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mindsdb-evaluator"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "Model evaluation for Machine Learning pipelines."
55
authors = ["MindsDB Inc. <hello@mindsdb.com>"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)