From da6e0ff3170f31ec482d691db2e9b33334b2a3d0 Mon Sep 17 00:00:00 2001 From: Ross Stewart Date: Mon, 8 Sep 2025 16:43:52 +0100 Subject: [PATCH] Bump docs version number --- sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/conf.py b/sphinx/conf.py index 6d1e746..dbacc17 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -22,7 +22,7 @@ copyright = '2025, Ross Stewart' author = 'Ross Stewart' # The full version, including alpha/beta/rc tags -release = '0.8' +release = '0.9' # -- General configuration ---------------------------------------------------