Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Jun 15, 2023
1 parent 1469063 commit 1a19558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ir_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def main_cli():
import sys
main(sys.argv[1:])

__version__ = "0.5.4" # NOTE: keep this in sync with setup.py
__version__ = "0.5.5" # NOTE: keep this in sync with setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="ir_datasets",
version="0.5.4", # NOTE: keep this in sync with ir_datasets/__init__.py
version="0.5.5", # NOTE: keep this in sync with ir_datasets/__init__.py
author="Sean MacAvaney",
author_email="[email protected]",
description="provides a common interface to many IR ad-hoc ranking benchmarks, training datasets, etc.",
Expand Down

0 comments on commit 1a19558

Please sign in to comment.