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

Skip to content

Commit 781f8a5

Browse files
committed
tagged version 91.0 for release
svn path=/trunk/matplotlib/; revision=4472
1 parent 2f91670 commit 781f8a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
pylab (if pylab is imported).
5252
5353
matplotlib is written by John D. Hunter (jdh2358 at
54-
gmail.com).
54+
gmail.com and a host of others).
5555
"""
5656
from __future__ import generators
5757

58-
__version__ = '0.90.1'
58+
__version__ = '0.91.0'
5959
__revision__ = '$Revision$'
6060
__date__ = '$Date$'
6161

0 commit comments

Comments
 (0)