Skip to content

Commit

Permalink
Release 0.7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Jan 10, 2020
1 parent 8e8114b commit c3164ed
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 @@ -5,14 +5,14 @@

setuptools.setup(
name="pyserini",
version="0.7.0.0",
version="0.7.1.0",
author="Jimmy Lin",
author_email="jimmylin@uwaterloo.ca",
description="Python interface to the Anserini IR toolkit built on Lucene",
long_description=long_description,
long_description_content_type="text/markdown",
package_data={"pyserini": [
"resources/jars/anserini-0.7.0-fatjar.jar",
"resources/jars/anserini-0.7.1-fatjar.jar",
]},
url="https://github.com/castorini/pyserini",
install_requires=['Cython', 'pyjnius'],
Expand Down

0 comments on commit c3164ed

Please sign in to comment.