From 1a15f23d9aa18e9ea56baf0977efa09d130a46be Mon Sep 17 00:00:00 2001 From: Kristian Date: Fri, 6 Mar 2026 14:08:51 +0100 Subject: [PATCH] update release to 0.9.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c00ff92..a53c394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "ledsa" -version = "0.9.6" +version = "0.9.7" description = "A scientific package to analyse smoke via the dimming of light sources." authors = [ {name = "Kristian Börger", email = "boerger@uni-wuppertal.de"},