Skip to content

Commit

Permalink
Bumped the version to 0.2.0rc0 for pre-release. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanmok authored Oct 28, 2024
1 parent 443e318 commit 235e9bb
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.0"
version = "0.2.0rc0"
description = "A Unified View of Evaluation Metrics for Structured Prediction"
authors = [
{name = "Tongfei Chen", email = "[email protected]"},
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.0"
__version__ = "0.2.0rc0"

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

0 comments on commit 235e9bb

Please sign in to comment.