Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd3d5e6

Browse files
committed
Bump FontManager version.
1 parent 8a74fe2 commit dd3d5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ class FontManager:
10181018
# Increment this version number whenever the font cache data
10191019
# format or behavior has changed and requires a existing font
10201020
# cache files to be rebuilt.
1021-
__version__ = 310
1021+
__version__ = 330
10221022

10231023
def __init__(self, size=None, weight='normal'):
10241024
self._version = self.__version__

0 commit comments

Comments
 (0)