summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2011-06-13 11:39:04 +0200
committerrgommers <ralf.gommers@googlemail.com>2011-06-13 11:39:04 +0200
commitb11e3af9487cf3342bbad742231c312a02398f91 (patch)
treef10fbbd934be0eacb30932b94f987e8ae9f4c07b /setup.py
parent57653253b4d662e8ecf91a284b3cf624863e283b (diff)
downloadnumpy-1.6.1rc1.tar.gz
REL: tag 1.6.1rc1v1.6.1rc1
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 47f939e97..e2a0d60a0 100755
--- a/setup.py
+++ b/setup.py
@@ -57,8 +57,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 6
MICRO = 1
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string
def git_version():