From 70d32c71e8750bbe9fa8c00a746b93f743dd3294 Mon Sep 17 00:00:00 2001 From: lintool Date: Mon, 28 Oct 2024 17:28:48 -0400 Subject: [PATCH] Release 0.40.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb93269e3..3381d8713 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="pyserini", - version="0.39.0", + version="0.40.0", author="Jimmy Lin", author_email="jimmylin@uwaterloo.ca", description="A Python toolkit for reproducible information retrieval research with sparse and dense representations",