Skip to content

Commit

Permalink
Bump up the version to 0.0.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
NISH1001 committed Jun 20, 2023
1 parent 0e96113 commit 34c5e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions evalem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.3-alpha.1"
__version__ = "0.0.4-alpha"

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

from ._base.metrics import (
from ._base.metrics import ( # noqa
AccuracyMetric,
ConfusionMatrix,
F1Metric,
PrecisionMetric,
RecallMetric,
) # noqa
)

0 comments on commit 34c5e48

Please sign in to comment.