summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-28 13:45:37 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-28 13:45:37 +0000
commitefc49bb76f9d9eacb3825d6f42ba283e0c0985c2 (patch)
tree17dacdb2c3d10206c2cfc568c50d84da3c8e0ba6 /setup.py
parent39b3e2ba014c2cca8cebc66a5bf1b66a6c72a01f (diff)
downloadnumpy-1.3.0rc1.tar.gz
Release RC1 for 1.3.0.v1.3.0rc1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c6894172d..9cfa55f66 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 3
MICRO = 0
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the svn version as a string (copied from setuptools)