Skip to content

Commit 34c5e48

Browse files
committed
Bump up the version to 0.0.4-alpha
1 parent 0e96113 commit 34c5e48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

evalem/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.3-alpha.1"
1+
__version__ = "0.0.4-alpha"
22

33
from ._base.evaluators import Evaluator # noqa
44
from ._base.pipelines import EvaluationPipeline, SimpleEvaluationPipeline # noqa
@@ -9,10 +9,10 @@ class BaseMetrics:
99
We use this to encapsulate base metrics that are task agnostic
1010
"""
1111

12-
from ._base.metrics import (
12+
from ._base.metrics import ( # noqa
1313
AccuracyMetric,
1414
ConfusionMatrix,
1515
F1Metric,
1616
PrecisionMetric,
1717
RecallMetric,
18-
) # noqa
18+
)

0 commit comments

Comments
 (0)