Skip to content

Commit c776974

Browse files
committed
Increased font cache version
1 parent b6cde63 commit c776974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ class FontManager:
12071207
# Increment this version number whenever the font cache data
12081208
# format or behavior has changed and requires an existing font
12091209
# cache files to be rebuilt.
1210-
__version__ = '3.11.0a3'
1210+
__version__ = '3.11.0a2'
12111211

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

0 commit comments

Comments
 (0)