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

Skip to content

Commit ef596a5

Browse files
committed
Increased font cache version
1 parent bb82c98 commit ef596a5

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
@@ -1145,7 +1145,7 @@ class FontManager:
11451145
# Increment this version number whenever the font cache data
11461146
# format or behavior has changed and requires an existing font
11471147
# cache files to be rebuilt.
1148-
__version__ = '3.11.0a1'
1148+
__version__ = '3.11.0a2'
11491149

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

0 commit comments

Comments
 (0)