From 4e494fbc00412037be4f93447cb28e63b25c757c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Fri, 10 Jan 2025 00:47:25 -0300 Subject: [PATCH] update version on 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 7a25908430..9c13a2aee6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = "0.13" # The full version, including alpha/beta/rc tags -release = "0.13.0a7" +release = "0.13.0" # -- General configuration ---------------------------------------------------