Skip to content

Commit

Permalink
Merge pull request #76 from QuLogic/bump-version
Browse files Browse the repository at this point in the history
MNT: Update version to 3.8.0rc1
  • Loading branch information
ksunden authored Sep 13, 2023
2 parents da93de7 + 4a9cd20 commit fd36ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mpl_sphinx_theme/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Matplotlib developers.
# Distributed under the terms of the Modified BSD License.

version_info = (3, 7, 1)
__version__ = ".".join(map(str, version_info))
version_info = (3, 8, 0)
__version__ = ".".join(map(str, version_info)) + "rc1"

0 comments on commit fd36ebd

Please sign in to comment.