summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-11-05 13:48:30 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-11-05 13:48:30 -0600
commitb33a5ee781bb4a775e5ccef1fdf88b61339becba (patch)
tree8bae05ba3681e1ce0cc8420f438226683f3963ab /setup.py
parent674e61fbb359dea2f289d0621884a299774ef9ca (diff)
downloadnumpy-b33a5ee781bb4a775e5ccef1fdf88b61339becba.tar.gz
MAINT: Update pavement.py and setup.py for numpy 1.13.0.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7f2b24572..b6e144562 100755
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
+Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
Topic :: Scientific/Engineering
@@ -61,7 +62,7 @@ Operating System :: MacOS
"""
MAJOR = 1
-MINOR = 12
+MINOR = 13
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)