summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej.certik@gmail.com>2013-02-06 20:20:42 +0000
committerOndřej Čertík <ondrej.certik@gmail.com>2013-02-06 20:20:42 +0000
commita43307cdcc06a358097a9e88de388409a5b99735 (patch)
tree1ee395851dddafdf153fa5c0d7e838e89f9cf4c8
parent579e89cbb0b33208f0e78692cb8315e4616511e7 (diff)
downloadnumpy-a43307cdcc06a358097a9e88de388409a5b99735.tar.gz
REL: Release 1.7.0rc2v1.7.0rc2
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 56ee3fd0a..b8abd87e3 100755
--- a/setup.py
+++ b/setup.py
@@ -57,8 +57,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 7
MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string
def git_version():