From 407047527205f86b586638958212814b4a00991a Mon Sep 17 00:00:00 2001 From: Kristian Date: Wed, 28 May 2025 10:42:59 +0200 Subject: [PATCH] update version number --- doc/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a348dd6..a60fc53 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,7 +20,7 @@ project = 'LEDSmokeAnalysis' copyright = '2025, CCE' author = 'CCE' -release = '0.9.1' +release = '0.9.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 9f6ef96..c5b39ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "ledsa" -version = "0.9.1" +version = "0.9.3" description = "A scientific package to analyse smoke via the dimming of light sources." authors = [ {name = "Kristian Börger", email = "boerger@uni-wuppertal.de"},