From 6eff110be9421b9c32642a7f0c0c9a75e18a908c Mon Sep 17 00:00:00 2001 From: Harry Wilde Date: Tue, 7 Oct 2025 10:08:32 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40d09c4..0171db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ { name = "Harrison Wilde", email = "h.wilde@ucl.ac.uk" }, { name = "Honghan Wu", email = "honghan.wu@gmail.com" }, ] -version = "0.9.0" +version = "0.9.1" description = "Deterioration Allocation Index Framework" license = "MIT" readme = "README.md"