Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
urialon committed Apr 28, 2023
1 parent fa99ebe commit cc8dd3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="PyTorch implementation of Code BERT score",
Expand All @@ -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',
Expand Down

0 comments on commit cc8dd3d

Please sign in to comment.