Skip to content

Commit

Permalink
Release 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Dec 17, 2022
1 parent 281bfe4 commit 6e68175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setuptools.setup(
name="pyserini",
version="0.19.1",
version="0.19.2",
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.16.1-fatjar.jar",
"resources/jars/anserini-0.16.2-fatjar.jar",
]},
url="https://github.com/castorini/pyserini",
install_requires=requirements,
Expand Down

0 comments on commit 6e68175

Please sign in to comment.