Skip to content

Commit

Permalink
Bumped the version to 0.2.0 for release. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanmok authored Oct 28, 2024
1 parent 2903d85 commit 7fdc412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "metametric"
version = "0.2.0rc0"
version = "0.2.0"
description = "A Unified View of Evaluation Metrics for Structured Prediction"
authors = [
{name = "Tongfei Chen", email = "tongfei@pm.me"},
Expand Down
2 changes: 1 addition & 1 deletion src/metametric/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The core functionality of metametric package."""

__version__ = "0.2.0rc0"
__version__ = "0.2.0"

from metametric.core.metric import Metric, Variable # noqa: F401
from metametric.core.reduction import Reduction # noqa: F401
Expand Down

0 comments on commit 7fdc412

Please sign in to comment.