summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-10-17 14:33:01 +0800
committerrgommers <ralf.gommers@googlemail.com>2010-10-17 17:19:09 +0800
commit97cb28e72124ff621958127fde68e1327ac2e324 (patch)
treebda68d961914e3fdbe4c3d6216d567c8d32a60df
parent4b18dc8b42e8238869e05824751f66b87e5738ab (diff)
downloadnumpy-1.5.1rc1.tar.gz
REL: set version number to 1.5.1rc1, released=True.v1.5.1rc1
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 69135a46f..f97b9b303 100755
--- a/setup.py
+++ b/setup.py
@@ -55,9 +55,9 @@ AUTHOR_EMAIL = "oliphant@enthought.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 5
-MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+MICRO = 1
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the svn version as a string, raise a ValueError otherwise
def svn_version():