Skip to content

Commit 5fab143

Browse files
committed
Release 0.18.0
1 parent 5078e32 commit 5fab143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setuptools.setup(
1010
name="pyserini",
11-
version="0.17.1",
11+
version="0.18.0",
1212
author="Jimmy Lin",
1313
author_email="jimmylin@uwaterloo.ca",
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.4-fatjar.jar",
18+
"resources/jars/anserini-0.15.0-fatjar.jar",
1919
]},
2020
url="https://github.com/castorini/pyserini",
2121
install_requires=requirements,

0 commit comments

Comments
 (0)