Skip to content

Commit 1f37565

Browse files
authored
Merge pull request #87 from QuLogic/prep39
MNT: Update version to 3.9.0rc1
2 parents 28824f7 + bae371a commit 1f37565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Distributed under the terms of the Modified BSD License.
66

77
version_info = (3, 9, 0)
8-
__version__ = ".".join(map(str, version_info)) + "dev0"
8+
__version__ = ".".join(map(str, version_info)) + "rc1"

0 commit comments

Comments
 (0)