From 85d8e801a4b3468b04799a7d9b33b6d01210b8f1 Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Thu, 14 Sep 2023 11:34:31 -0700 Subject: [PATCH] rc3 was cut as a release candidate without actually updating the rc3 version in pyproject.toml. Re-cutting a release based on a new tag based on this branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1da119379..04f923b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta" [project] name = "diskannpy" -version = "0.5.0.rc2" +version = "0.5.0.rc3" description = "DiskANN Python extension module" # readme = "../README.md"