From: <jd...@us...> - 2008-12-15 20:46:04
|
Revision: 6623 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6623&view=rev Author: jdh2358 Date: 2008-12-15 20:46:00 +0000 (Mon, 15 Dec 2008) Log Message: ----------- bumped version number Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/__init__.py Modified: trunk/matplotlib/lib/matplotlib/__init__.py =================================================================== --- trunk/matplotlib/lib/matplotlib/__init__.py 2008-12-15 20:45:20 UTC (rev 6622) +++ trunk/matplotlib/lib/matplotlib/__init__.py 2008-12-15 20:46:00 UTC (rev 6623) @@ -89,7 +89,7 @@ """ from __future__ import generators -__version__ = '0.98.5' +__version__ = '0.98.6svn' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |