From b4346f88e343b0886de6c03a90a1d71948bbd3c3 Mon Sep 17 00:00:00 2001 From: Nandan Thakur Date: Mon, 19 Jul 2021 17:37:15 +0200 Subject: [PATCH] new PyPI version bump from v0.2.0 to v0.2.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d7bbcd2..3988910 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="beir", - version="0.2.0", + version="0.2.1", 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.0.zip", + download_url="https://github.com/UKPLab/beir/archive/v0.2.1.zip", packages=find_packages(), python_requires='>=3.6', install_requires=[