From 4a9cd2097056114a1dd975289cf34dbd4a44396c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 13 Sep 2023 16:26:57 -0400 Subject: [PATCH] MNT: Update version to 3.8.0rc1 --- mpl_sphinx_theme/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpl_sphinx_theme/_version.py b/mpl_sphinx_theme/_version.py index fc6573e..5b2bc87 100644 --- a/mpl_sphinx_theme/_version.py +++ b/mpl_sphinx_theme/_version.py @@ -4,5 +4,5 @@ # Copyright (c) Matplotlib developers. # Distributed under the terms of the Modified BSD License. -version_info = (3, 7, 1) -__version__ = ".".join(map(str, version_info)) +version_info = (3, 8, 0) +__version__ = ".".join(map(str, version_info)) + "rc1"