From 33c87c982d543d65e0ba1b4c94ee865fd9a6040e Mon Sep 17 00:00:00 2001 From: lintool Date: Sat, 13 Aug 2022 14:39:06 -0400 Subject: [PATCH] Release 0.17.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6530c0ad9..9779cd2b2 100644 --- a/setup.py +++ b/setup.py @@ -8,14 +8,14 @@ setuptools.setup( name="pyserini", - version="0.17.0", + version="0.17.1", author="Jimmy Lin", author_email="jimmylin@uwaterloo.ca", description="A Python toolkit for reproducible information retrieval research with sparse and dense representations", long_description=long_description, long_description_content_type="text/markdown", package_data={"pyserini": [ - "resources/jars/anserini-0.14.3-fatjar.jar", + "resources/jars/anserini-0.14.4-fatjar.jar", ]}, url="https://github.com/castorini/pyserini", install_requires=requirements,