Skip to content

Commit

Permalink
update version number to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgwu committed Apr 17, 2021
1 parent a3f807d commit 0e56727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

Automatic Evaluation Metric described in the paper [BERTScore: Evaluating Text Generation with BERT](https://arxiv.org/abs/1904.09675) (ICLR 2020).
#### News:
- Features to appear in the next version (currently in the master branch):
<!-- - Features to appear in the next version (currently in the master branch): -->
- Updated to version 0.3.9
- Support 3 BigBird models
- Fix bugs for mBART and T5
- Support 4 mT5 models as requested ([#93](https://github.com/Tiiiger/bert_score/issues/93))
Expand Down
2 changes: 1 addition & 1 deletion bert_score/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.8"
__version__ = "0.3.9"
from .score import *
from .scorer import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="bert_score",
version='0.3.8',
version='0.3.9',
author="Tianyi Zhang*, Varsha Kishore*, Felix Wu*, Kilian Q. Weinberger, and Yoav Artzi",
author_email="tzhang@asapp.com",
description="PyTorch implementation of BERT score",
Expand Down

0 comments on commit 0e56727

Please sign in to comment.