summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMark Wiebe <mwwiebe@gmail.com>2011-01-26 13:38:26 -0800
committerMark Wiebe <mwwiebe@gmail.com>2011-01-27 21:40:16 -0800
commit82bd8f94caef920dc47b37826dec6716839afd51 (patch)
tree70d1061e115979e2e01a7cdbbd4c5035edbfbc59 /setup.py
parent211191d4985b15a1d3fa773b99fec17be57de7b4 (diff)
downloadnumpy-82bd8f94caef920dc47b37826dec6716839afd51.tar.gz
VER: Change version to 1.6.0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1083f0048..7adba93c6 100755
--- a/setup.py
+++ b/setup.py
@@ -53,8 +53,8 @@ CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
AUTHOR = "Travis E. Oliphant, et.al."
AUTHOR_EMAIL = "oliphant@enthought.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
-MAJOR = 2
-MINOR = 0
+MAJOR = 1
+MINOR = 6
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)