summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-08-18 18:03:41 -0600
committerCharles Harris <charlesr.harris@gmail.com>2013-08-18 18:03:41 -0600
commit4d5ac6936c980f8a283c44a622e414706215d269 (patch)
tree1c031843a5e20c70f0d11316c3e8b7bf1ed5cc47 /setup.py
parent6c729b4423857850e6553cf6c2d0fc8b026036dd (diff)
downloadnumpy-4d5ac6936c980f8a283c44a622e414706215d269.tar.gz
REL: Update minor version number to 9.
Numpy 1.9.0-devel opens.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ae7f6f677..001033112 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ AUTHOR = "Travis E. Oliphant et al."
AUTHOR_EMAIL = "oliphant@enthought.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 1
-MINOR = 8
+MINOR = 9
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)