summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2014-05-04 17:07:30 -0600
committerCharles Harris <charlesr.harris@gmail.com>2014-05-06 16:24:10 -0600
commit6f5329fdf45dc97314fa593d0a5a4c1d24e753c5 (patch)
tree03838b80b76013853a76957928c05404071fd996 /setup.py
parent7548dc010a304aa93d27928880fb846711338ae7 (diff)
downloadnumpy-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6bb746955..f3952f8a4 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ Operating System :: MacOS
"""
MAJOR = 1
-MINOR = 9
+MINOR = 10
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)