Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cde63 commit 716796eCopy full SHA for 716796e
1 file changed
lib/matplotlib/font_manager.py
@@ -1207,7 +1207,7 @@ class FontManager:
1207
# Increment this version number whenever the font cache data
1208
# format or behavior has changed and requires an existing font
1209
# cache files to be rebuilt.
1210
- __version__ = '3.11.0a3'
+ __version__ = '3.11.0a4'
1211
1212
def __init__(self, size=None, weight='normal'):
1213
self._version = self.__version__
0 commit comments