From b7db72817b179b1dc8814d827bcf2a2ce7c45142 Mon Sep 17 00:00:00 2001 From: mrjleo Date: Thu, 5 Sep 2024 11:42:07 +0200 Subject: [PATCH] bump version to 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fead23..7e278a7 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.0" +version = "0.3.1" readme = "README.md" license = {file = "LICENSE"} keywords = ["information retrieval", "ranking", "search"]