We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8484471 + 07d1091 commit 7395837Copy full SHA for 7395837
1 file changed
mpl_sphinx_theme/_version.py
@@ -4,5 +4,5 @@
4
# Copyright (c) Matplotlib developers.
5
# Distributed under the terms of the Modified BSD License.
6
7
-version_info = (3, 10, 0)
8
-__version__ = ".".join(map(str, version_info))
+version_info = (3, 11, 1)
+__version__ = ".".join(map(str, version_info)) + "dev0"
0 commit comments