From bae371af5b2f73c349b60a84c073b1c4c79ee132 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 8 May 2024 16:04:31 -0400 Subject: [PATCH] MNT: Update version to 3.9.0rc1 --- mpl_sphinx_theme/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpl_sphinx_theme/_version.py b/mpl_sphinx_theme/_version.py index f70eca9..dc30c65 100644 --- a/mpl_sphinx_theme/_version.py +++ b/mpl_sphinx_theme/_version.py @@ -5,4 +5,4 @@ # Distributed under the terms of the Modified BSD License. version_info = (3, 9, 0) -__version__ = ".".join(map(str, version_info)) + "dev0" +__version__ = ".".join(map(str, version_info)) + "rc1"