diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-03-16 19:03:33 +0800 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-03-16 19:03:33 +0800 |
commit | 1fe81365e542dd9c20c273ddf1a1c723d6ce7008 (patch) | |
tree | cf2cab867ff922d197c424126bab3d27d007b66a /setup.py | |
parent | 8f860dcb7a258f23f806fed7889464a838b2e606 (diff) | |
download | numpy-1fe81365e542dd9c20c273ddf1a1c723d6ce7008.tar.gz |
REL: 1.6.x branch created, master open for development of Numpy 2.0
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = 1 -MINOR = 6 +MAJOR = 2 +MINOR = 0 MICRO = 0 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |