Skip to content

Commit bfa2633

Browse files
committed
Bump font manager version to final release
1 parent d0603b2 commit bfa2633

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
@@ -1224,7 +1224,7 @@ class FontManager:
12241224
# Increment this version number whenever the font cache data
12251225
# format or behavior has changed and requires an existing font
12261226
# cache files to be rebuilt.
1227-
__version__ = '3.11.0a4'
1227+
__version__ = '3.11.0'
12281228

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

0 commit comments

Comments
 (0)