Skip to content

Commit 33c87c9

Browse files
committed
Release 0.17.1
1 parent 455ecf8 commit 33c87c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setuptools.setup(
1010
name="pyserini",
11-
version="0.17.0",
11+
version="0.17.1",
1212
author="Jimmy Lin",
1313
author_email="[email protected]",
1414
description="A Python toolkit for reproducible information retrieval research with sparse and dense representations",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
package_data={"pyserini": [
18-
"resources/jars/anserini-0.14.3-fatjar.jar",
18+
"resources/jars/anserini-0.14.4-fatjar.jar",
1919
]},
2020
url="https://github.com/castorini/pyserini",
2121
install_requires=requirements,

0 commit comments

Comments
 (0)