From 78684e2838f194b0cfb3f94806cbdb0d8575ab75 Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Mon, 5 Feb 2024 17:17:20 -0800 Subject: [PATCH] Version bump 0.7.0rc2->0.7.0 Preparing diskannpy for 0.7.0 release (filter support, static memory indices only) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a250e0d4..02c643cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta" [project] name = "diskannpy" -version = "0.7.0rc2" +version = "0.7.0" description = "DiskANN Python extension module" readme = "python/README.md"