From e14192c91b46e384aa4f00562219d62ff1b65650 Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Thu, 14 Sep 2023 13:33:44 -0700 Subject: [PATCH] Writing a version release that will comply with PEP 440 while also indicating this is an adjustment to 0.5.0.rc3 tag --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9732c1906..37d3641dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta" [project] name = "diskannpy" -version = "0.5.0.rc3.1" +version = "0.5.0.rc3.post1" description = "DiskANN Python extension module" # readme = "../README.md"