summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis E. Oliphant <teoliphant@gmail.com>2012-06-21 05:10:10 -0500
committerTravis E. Oliphant <teoliphant@gmail.com>2012-06-21 05:10:10 -0500
commiteee46518b869ae05490c085783fd5b09a40b2273 (patch)
tree19f2dc977d2181f1e049abda1a4dfb04ac0e0a63
parentdb1701baf57965e8533293426a0c3b403e81f39a (diff)
downloadnumpy-eee46518b869ae05490c085783fd5b09a40b2273.tar.gz
Change version number on master to 1.8
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 28b72259a..18c0f5dbc 100755
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ AUTHOR = "Travis E. Oliphant, et.al."
AUTHOR_EMAIL = "oliphant@enthought.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
-MINOR = 7
+MINOR = 8
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)