From 132ab2bc3d85f1ecf0c989dc8b5455750f3411b7 Mon Sep 17 00:00:00 2001 From: Rustam Antia Date: Mon, 17 Mar 2025 15:18:33 +0100 Subject: [PATCH] Update version in docs/source/conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 202ec0f6..5429c827 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Rustam Antia" # The full version, including alpha/beta/rc tags -release = "0.1.0" +release = "1.0.0" # -- General configuration ---------------------------------------------------