Skip to content

Commit

Permalink
bump PyPI version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thakur-nandan committed Jul 6, 2021
1 parent 07315e6 commit 2a213cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name="beir",
version="0.1.8",
version="0.2.0",
author="Nandan Thakur",
author_email="[email protected]",
description="A Heterogeneous Benchmark for Information Retrieval",
long_description=readme,
long_description_content_type="text/markdown",
license="Apache License 2.0",
url="https://github.com/beir-nlp/beir",
download_url="https://github.com/beir-nlp/beir/archive/v0.1.8.zip",
url="https://github.com/UKPLab/beir",
download_url="https://github.com/UKPLab/beir/archive/v0.2.0.zip",
packages=find_packages(),
python_requires='>=3.6',
install_requires=[
Expand Down

0 comments on commit 2a213cd

Please sign in to comment.