Skip to content

Commit

Permalink
version bump 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Sep 17, 2021
1 parent cfa0faf commit a1df46f
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 @@ -89,4 +89,4 @@ def main_cli():
import sys
main(sys.argv[1:])

__version__ = "0.4.2" # NOTE: keep this in sync with setup.py
__version__ = "0.4.3" # 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.4.2", # NOTE: keep this in sync with ir_datasets/__init__.py
version="0.4.3", # 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 a1df46f

Please sign in to comment.