[Scipy-svn] r6256 - branches/0.7.x
scipy-svn at scipy.org
scipy-svn at scipy.org
Sat Mar 20 09:41:19 EDT 2010
Author: cdavid
Date: 2010-03-20 08:41:19 -0500 (Sat, 20 Mar 2010)
New Revision: 6256
Modified:
branches/0.7.x/setup.py
Log:
Set version number to 0.7.2rc1.
Modified: branches/0.7.x/setup.py
===================================================================
--- branches/0.7.x/setup.py 2010-03-17 01:46:41 UTC (rev 6255)
+++ branches/0.7.x/setup.py 2010-03-20 13:41:19 UTC (rev 6256)
@@ -42,9 +42,9 @@
MAJOR = 0
MINOR = 7
-MICRO = 1
+MICRO = 2
ISRELEASED = True
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# BEFORE importing distutils, remove MANIFEST. distutils doesn't properly
# update it when the contents of directories change.
More information about the Scipy-svn
mailing list