Skip to content

Commit

Permalink
incremented version number
Browse files Browse the repository at this point in the history
tested and works without error on python3.9 and matplotlib 3.5.2
  • Loading branch information
ChrisBarker-NOAA committed Jul 20, 2022
1 parent 2b6bfff commit 6bd767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxmpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from matplotlib.font_manager import FontProperties
from matplotlib.transforms import Bbox

__version__ = '2.2.2'
__version__ = '2.3.0'

__all__ = ['PlotPanel', 'PlotFrame', 'PlotApp', 'StripCharter', 'Channel',
'FigurePrinter', 'PointEvent', 'EVT_POINT', 'SelectionEvent',
Expand Down

0 comments on commit 6bd767a

Please sign in to comment.