diff --git a/setup.py b/setup.py index 3988910..2f3517d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="beir", - version="0.2.1", + version="0.2.2", author="Nandan Thakur", author_email="nandant@gmail.com", description="A Heterogeneous Benchmark for Information Retrieval", @@ -13,7 +13,7 @@ long_description_content_type="text/markdown", license="Apache License 2.0", url="https://github.com/UKPLab/beir", - download_url="https://github.com/UKPLab/beir/archive/v0.2.1.zip", + download_url="https://github.com/UKPLab/beir/archive/v0.2.2.zip", packages=find_packages(), python_requires='>=3.6', install_requires=[