Skip to content

Commit

Permalink
update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiiiger committed Apr 27, 2019
1 parent 87542eb commit f15dd91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bert_score/__init__.py
@@ -1,3 +1,3 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
from .utils import *
from .score import *
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name="bert_score",
version="0.1.1",
version="0.1.2",
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 All @@ -17,7 +17,7 @@
install_requires=['torch>=0.4.1',
'numpy',
'requests',
'tqdm',
'tqdm>=4.31.1',
'matplotlib',
'pytorch-pretrained-bert>=0.6.1'],
entry_points={
Expand Down

0 comments on commit f15dd91

Please sign in to comment.