Skip to content

Commit 27317b2

Browse files
committed
bump version for release
1 parent 765c606 commit 27317b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ir_datasets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ def main_cli():
101101
import sys
102102
main(sys.argv[1:])
103103

104-
__version__ = "0.5.0" # NOTE: keep this in sync with setup.py
104+
__version__ = "0.5.1" # NOTE: keep this in sync with setup.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="ir_datasets",
9-
version="0.5.0", # NOTE: keep this in sync with ir_datasets/__init__.py
9+
version="0.5.1", # NOTE: keep this in sync with ir_datasets/__init__.py
1010
author="Sean MacAvaney",
1111
author_email="sean.macavaney@glasgow.ac.uk",
1212
description="provides a common interface to many IR ad-hoc ranking benchmarks, training datasets, etc.",

0 commit comments

Comments
 (0)