From a1df46ff4831660b81ff3f251a77b8a40a99e0b4 Mon Sep 17 00:00:00 2001 From: Sean MacAvaney Date: Fri, 17 Sep 2021 14:23:41 +0100 Subject: [PATCH] version bump 0.4.3 --- ir_datasets/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir_datasets/__init__.py b/ir_datasets/__init__.py index d594a96b..31510126 100644 --- a/ir_datasets/__init__.py +++ b/ir_datasets/__init__.py @@ -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 diff --git a/setup.py b/setup.py index 254aecf8..fa5bf8c9 100644 --- a/setup.py +++ b/setup.py @@ -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="sean.macavaney@glasgow.ac.uk", description="provides a common interface to many IR ad-hoc ranking benchmarks, training datasets, etc.",