From d672fe40f8973be4752b2b40f3dac7451d138e68 Mon Sep 17 00:00:00 2001 From: Jim Zhou Date: Sat, 6 Jul 2024 14:28:16 +0800 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d442e77..3ff07ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,10 +22,10 @@ author = "Grimmys" # The full version, including alpha/beta/rc tags -release = "0.10.1" +release = "0.11.0" # The major version only -version = "0.10" +version = "0.11" # -- General configuration ---------------------------------------------------