We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5078e32 commit 5fab143Copy full SHA for 5fab143
setup.py
@@ -8,14 +8,14 @@
8
9
setuptools.setup(
10
name="pyserini",
11
- version="0.17.1",
+ version="0.18.0",
12
author="Jimmy Lin",
13
author_email="jimmylin@uwaterloo.ca",
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.4-fatjar.jar",
+ "resources/jars/anserini-0.15.0-fatjar.jar",
19
]},
20
url="https://github.com/castorini/pyserini",
21
install_requires=requirements,
0 commit comments