From 6f10349477afbd6f24dfa559cc26ddbfcf61b94c Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Sun, 5 Jan 2025 14:57:15 +0100 Subject: [PATCH] - fix package version --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a5354bc..eb7dc5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = '7.4' +version = '7.5' # The full version, including alpha/beta/rc tags. -release = '7.4' +release = '7.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.