Skip to content

Commit 6d13c7b

Browse files
authored
Merge pull request #79 from QuLogic/merge-v38x
Merge v3.8.x branch up to main
2 parents e35b3e7 + 1d1405d commit 6d13c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/_version.py

Lines changed: 1 addition & 1 deletion
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, 8, 1)
7+
version_info = (3, 9, 0)
88
__version__ = ".".join(map(str, version_info)) + "dev0"

0 commit comments

Comments
 (0)