diff --git a/bert_score/__init__.py b/bert_score/__init__.py index f6c6a5e..b4479d2 100644 --- a/bert_score/__init__.py +++ b/bert_score/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.10" +__version__ = "0.3.11" from .score import * from .scorer import * diff --git a/setup.py b/setup.py index a56f1a4..a2441d7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="bert_score", - version='0.3.10', + version='0.3.11', author="Tianyi Zhang*, Varsha Kishore*, Felix Wu*, Kilian Q. Weinberger, and Yoav Artzi", author_email="tzhang@asapp.com", description="PyTorch implementation of BERT score",