diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-05-04 17:07:30 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 16:24:10 -0600 |
commit | 6f5329fdf45dc97314fa593d0a5a4c1d24e753c5 (patch) | |
tree | 03838b80b76013853a76957928c05404071fd996 /setup.py | |
parent | 7548dc010a304aa93d27928880fb846711338ae7 (diff) | |
download | numpy-6f5329fdf45dc97314fa593d0a5a4c1d24e753c5.tar.gz |
MAINT: start 1.10-devel.
* Create 1.10.0-notes.
* Add 1.10.-notes to the generated documentation.
* Update version number in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Operating System :: MacOS """ MAJOR = 1 -MINOR = 9 +MINOR = 10 MICRO = 0 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |