summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-09-01 09:50:10 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-09-01 09:50:10 -0600
commit1bcc80257c94427436eea2e50c70c78179ed1fb9 (patch)
tree1b48d167e38ad69d3dba2611d529ae054f896f07
parent86a6e6cc38f921428150c2dd73c0634fde45d387 (diff)
downloadnumpy-1bcc80257c94427436eea2e50c70c78179ed1fb9.tar.gz
REL: Release.v1.8.0b1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ae7f6f677..ab041a062 100755
--- a/setup.py
+++ b/setup.py
@@ -62,8 +62,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
MINOR = 8
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():