diff --git a/mpl_sphinx_theme/_version.py b/mpl_sphinx_theme/_version.py index 5dbb30c..c9ce79b 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, 9, 1) -__version__ = ".".join(map(str, version_info)) + "dev0" +version_info = (3, 10, 0) +__version__ = ".".join(map(str, version_info))