From 570b89f5ff1940bbc531b2efd6bd71f258340949 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 11 Jan 2025 07:31:53 -0700 Subject: [PATCH] 0.0.4 for real --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56a2358..a4f73a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "teqpflsh" -version = "0.0.4dev" +version = "0.0.4" description = "Flash calculations with guesses powered by K-D trees" readme = "README.md" requires-python = ">=3.12"