From c7ba5001b484eb7565f3a4b1fecadb81f74884bd Mon Sep 17 00:00:00 2001 From: rgommers Date: Sun, 18 Apr 2010 08:47:19 +0000 Subject: REL: Set version number to 1.4.1rc1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d21e3b4e8..f8beae6f0 100755 --- a/setup.py +++ b/setup.py @@ -50,9 +50,9 @@ AUTHOR_EMAIL = "oliphant@enthought.com" PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] MAJOR = 1 MINOR = 4 -MICRO = 0 +MICRO = 1 ISRELEASED = True -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) # Return the svn version as a string, raise a ValueError otherwise def svn_version(): -- cgit v1.2.1