|
From: <jd...@us...> - 2010-06-29 13:30:16
|
Revision: 8476
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8476&view=rev
Author: jdh2358
Date: 2010-06-29 13:30:09 +0000 (Tue, 29 Jun 2010)
Log Message:
-----------
bump version number for rc
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/__init__.py
Modified: trunk/matplotlib/lib/matplotlib/__init__.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/__init__.py 2010-06-28 14:05:17 UTC (rev 8475)
+++ trunk/matplotlib/lib/matplotlib/__init__.py 2010-06-29 13:30:09 UTC (rev 8476)
@@ -99,7 +99,7 @@
"""
from __future__ import generators
-__version__ = '1.0.svn'
+__version__ = '1.0rc1'
__revision__ = '$Revision$'
__date__ = '$Date$'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|