summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTravis E. Oliphant <teoliphant@gmail.com>2012-02-23 14:10:14 -0600
committerTravis E. Oliphant <teoliphant@gmail.com>2012-02-23 14:11:57 -0600
commit3f685a1a990f7b6e5149c80b52436fb4207e49f5 (patch)
tree17b50bb8976edcfd72a33a31e9cee325baed2204 /setup.py
parente57c2baf8da49851a5971f790b9f4c206b52722d (diff)
downloadnumpy-3f685a1a990f7b6e5149c80b52436fb4207e49f5.tar.gz
Change version number to 1.7.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 669e09e76..28b72259a 100755
--- a/setup.py
+++ b/setup.py
@@ -54,8 +54,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 = 7
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)