diff options
author | Travis E. Oliphant <teoliphant@gmail.com> | 2012-06-21 05:10:10 -0500 |
---|---|---|
committer | Travis E. Oliphant <teoliphant@gmail.com> | 2012-06-21 05:10:10 -0500 |
commit | eee46518b869ae05490c085783fd5b09a40b2273 (patch) | |
tree | 19f2dc977d2181f1e049abda1a4dfb04ac0e0a63 | |
parent | db1701baf57965e8533293426a0c3b403e81f39a (diff) | |
download | numpy-eee46518b869ae05490c085783fd5b09a40b2273.tar.gz |
Change version number on master to 1.8
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |