summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2011-04-03 21:28:46 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2011-04-04 18:33:05 +0200
commit9b2031f636545bf8e91e59770eb284f56d2a04fd (patch)
treebc69d7bb0e43c9dcd7184a74dee5b88fe5f1c168
parent9bf5bd3bd30efc86f8ecfc28178a407368a00176 (diff)
downloadnumpy-1.6.0b2.tar.gz
REL: set version to 1.6.0b2, released=True.v1.6.0b2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a528bc3d0..2ef97f16c 100755
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 6
MICRO = 0
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string