From 4f3815b7ab840686d4748340af375832a15c5be9 Mon Sep 17 00:00:00 2001 From: lintool Date: Mon, 26 Aug 2024 13:37:43 -0400 Subject: [PATCH] Release 0.37.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fb3bba27..be76eacd3 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="pyserini", - version="0.36.0", + version="0.37.0", author="Jimmy Lin", author_email="jimmylin@uwaterloo.ca", description="A Python toolkit for reproducible information retrieval research with sparse and dense representations",