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 bb82c98 commit ef596a5Copy full SHA for ef596a5
1 file changed
lib/matplotlib/font_manager.py
@@ -1145,7 +1145,7 @@ class FontManager:
1145
# Increment this version number whenever the font cache data
1146
# format or behavior has changed and requires an existing font
1147
# cache files to be rebuilt.
1148
- __version__ = '3.11.0a1'
+ __version__ = '3.11.0a2'
1149
1150
def __init__(self, size=None, weight='normal'):
1151
self._version = self.__version__
0 commit comments