Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a255f4a

Browse files
committed
bump FontManager.__version__ for new internal font
1 parent 80a4031 commit a255f4a

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
@@ -1134,7 +1134,7 @@ class FontManager:
11341134
# Increment this version number whenever the font cache data
11351135
# format or behavior has changed and requires an existing font
11361136
# cache files to be rebuilt.
1137-
__version__ = '3.11.0a2'
1137+
__version__ = '3.11.0a3'
11381138

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

0 commit comments

Comments
 (0)