We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0603b2 commit bfa2633Copy full SHA for bfa2633
1 file changed
lib/matplotlib/font_manager.py
@@ -1224,7 +1224,7 @@ class FontManager:
1224
# Increment this version number whenever the font cache data
1225
# format or behavior has changed and requires an existing font
1226
# cache files to be rebuilt.
1227
- __version__ = '3.11.0a4'
+ __version__ = '3.11.0'
1228
1229
def __init__(self, size=None, weight='normal'):
1230
self._version = self.__version__
0 commit comments