We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d6b40 commit f304ef5Copy full SHA for f304ef5
lib/matplotlib/__init__.py
@@ -89,7 +89,7 @@
89
"""
90
from __future__ import generators
91
92
-__version__ = '0.99.1.3rc1'
+__version__ = '0.99.3rc1'
93
__revision__ = '$Revision$'
94
__date__ = '$Date$'
95
release/osx/Makefile
@@ -4,7 +4,7 @@ SRCDIR=${PWD}
4
ZLIBVERSION=1.2.3
5
PNGVERSION=1.2.39
6
FREETYPEVERSION=2.3.7
7
-MPLVERSION=0.99.1.3rc1
+MPLVERSION=0.99.3rc1
8
BDISTMPKGVERSION=0.4.4
9
MPLSRC=matplotlib-${MPLVERSION}
10
OSX_SDK_VER=10.6
0 commit comments