From c6b0173d67d91de72e6b47d9a88a5f5d36ebb029 Mon Sep 17 00:00:00 2001 From: mrjleo Date: Wed, 2 Oct 2024 10:04:33 +0200 Subject: [PATCH] bump version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e278a7..d523330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "Efficient interpolation-based ranking on CPUs" authors = [ {name = "Jurek Leonhardt"}, ] -version = "0.3.1" +version = "0.4.0" readme = "README.md" license = {file = "LICENSE"} keywords = ["information retrieval", "ranking", "search"]