summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2011-03-23 09:24:57 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2011-03-23 09:24:57 +0100
commitcd6c14be42c149730349ba551d8083f3c08b9c73 (patch)
treef1b0c4a6717cccd29575b014e25d0e2a6d0c8eee
parent19409a45ef1448a21ab6b60822d2a8adc910ae90 (diff)
downloadnumpy-1.6.0b1.tar.gz
REL: set version to 1.6.0b1, released=True.v1.6.0b1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 89d7ee6cc..03a6f2e63 100755
--- a/setup.py
+++ b/setup.py
@@ -57,8 +57,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 6
MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string
def git_version():