Skip to content

Commit e24e872

Browse files
authored
Merge pull request #111 from dstansby/main
Bump version number
2 parents 070c303 + 3faede5 commit e24e872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpl_sphinx_theme/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright (c) Matplotlib developers.
55
# Distributed under the terms of the Modified BSD License.
66

7-
version_info = (3, 9, 1)
8-
__version__ = ".".join(map(str, version_info)) + "dev0"
7+
version_info = (3, 10, 0)
8+
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)