We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455ecf8 commit 33c87c9Copy full SHA for 33c87c9
setup.py
@@ -8,14 +8,14 @@
8
9
setuptools.setup(
10
name="pyserini",
11
- version="0.17.0",
+ version="0.17.1",
12
author="Jimmy Lin",
13
author_email="[email protected]",
14
description="A Python toolkit for reproducible information retrieval research with sparse and dense representations",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
package_data={"pyserini": [
18
- "resources/jars/anserini-0.14.3-fatjar.jar",
+ "resources/jars/anserini-0.14.4-fatjar.jar",
19
]},
20
url="https://github.com/castorini/pyserini",
21
install_requires=requirements,
0 commit comments