Skip to content

Commit

Permalink
Release 0.7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool committed Jan 25, 2020
1 parent b336a8c commit 7bceb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A low-effort way to try out Pyserini is to look at our [online notebooks](https:
For convenience, we've pre-built a few common indexes, available to download [here](https://git.uwaterloo.ca/jimmylin/anserini-indexes).

Pyserini versions adopt the convention of _X.Y.Z.W_, where _X.Y.Z_ tracks the version of Anserini, and _W_ is used to distinguish different releases on the Python end.
The current stable release of Pyserini is [v0.7.1.0](https://pypi.org/project/pyserini/) on PyPI.
The current stable release of Pyserini is [v0.7.2.0](https://pypi.org/project/pyserini/) on PyPI.
The current experimental release of Pyserini on TestPyPI is behind the current stable release (i.e., do not use).
In general, documentation is kept up to date with the latest code in the repo.

Expand Down
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.1.0",
version="0.7.2.0",
author="Jimmy Lin",
author_email="[email protected]",
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.1-fatjar.jar",
"resources/jars/anserini-0.7.2-fatjar.jar",
]},
url="https://github.com/castorini/pyserini",
install_requires=['Cython', 'pyjnius'],
Expand Down

0 comments on commit 7bceb6f

Please sign in to comment.