From f669a1c25989df7ee7a2400eb4dd53a9111c9e8e Mon Sep 17 00:00:00 2001 From: Sean MacAvaney Date: Tue, 18 Oct 2022 09:15:03 -0400 Subject: [PATCH] bump version number for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 611a08b2..6e678475 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="ir_datasets", - version="0.5.3", # NOTE: keep this in sync with ir_datasets/__init__.py + version="0.5.4", # NOTE: keep this in sync with ir_datasets/__init__.py author="Sean MacAvaney", author_email="sean.macavaney@glasgow.ac.uk", description="provides a common interface to many IR ad-hoc ranking benchmarks, training datasets, etc.",