Skip to content

Commit cc8dd3d

Browse files
committed
version
1 parent fa99ebe commit cc8dd3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="code_bert_score",
6-
version='0.3.5',
6+
version='0.4.0',
77
author="Shuyan Zhou, Uri Alon, Sumit Agarwal, and Graham Neubig",
88
author_email="[email protected]",
99
description="PyTorch implementation of Code BERT score",
@@ -12,6 +12,7 @@
1212
keywords='BERT NLP deep learning google metric',
1313
license='MIT',
1414
url="https://github.com/neulab/code-bert-score",
15+
download_url = 'https://github.com/neulab/code-bert-score/archive/refs/tags/v0.4.0.zip',
1516
packages=find_packages(exclude=["*.tests", "*.tests.*",
1617
"tests.*", "tests"]),
1718
install_requires=['torch>=1.0.0',

0 commit comments

Comments
 (0)