diff --git a/mpl_sphinx_theme/_version.py b/mpl_sphinx_theme/_version.py index 32c7622..fc6573e 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, 0) +version_info = (3, 7, 1) __version__ = ".".join(map(str, version_info))