From e92209052f673503745742779564a6725b8e98f0 Mon Sep 17 00:00:00 2001 From: mrjleo Date: Thu, 19 Dec 2024 14:42:14 +0100 Subject: [PATCH] bump version to 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04dee90..c4395d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "fast-forward-indexes" description = "Efficient interpolation-based ranking on CPUs" authors = [{ name = "Jurek Leonhardt" }] -version = "0.6.0" +version = "0.7.0" readme = "README.md" license = { file = "LICENSE" } keywords = ["information retrieval", "ranking", "search"]