Skip to content

Commit

Permalink
release latest BEIR v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thakur-nandan committed Jun 30, 2022
1 parent 1d9fe34 commit c3334fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

setup(
name="beir",
version="1.0.0",
version="1.0.1",
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-cellar/beir",
download_url="https://github.com/beir-cellar/beir/archive/v1.0.0.zip",
download_url="https://github.com/beir-cellar/beir/archive/v1.0.1.zip",
packages=find_packages(),
python_requires='>=3.6',
install_requires=[
Expand Down

0 comments on commit c3334fd

Please sign in to comment.