From cc8dd3d27165c99e1cbcddc858884b08e8fd9c21 Mon Sep 17 00:00:00 2001 From: urialon Date: Fri, 28 Apr 2023 08:47:10 -0400 Subject: [PATCH] version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58ed79c..388809b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="code_bert_score", - version='0.3.5', + version='0.4.0', author="Shuyan Zhou, Uri Alon, Sumit Agarwal, and Graham Neubig", author_email="urialon1@gmail.com", description="PyTorch implementation of Code BERT score", @@ -12,6 +12,7 @@ keywords='BERT NLP deep learning google metric', license='MIT', url="https://github.com/neulab/code-bert-score", + download_url = 'https://github.com/neulab/code-bert-score/archive/refs/tags/v0.4.0.zip', packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=['torch>=1.0.0',