diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2016-11-05 13:48:30 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2016-11-05 13:48:30 -0600 |
| commit | b33a5ee781bb4a775e5ccef1fdf88b61339becba (patch) | |
| tree | 8bae05ba3681e1ce0cc8420f438226683f3963ab /setup.py | |
| parent | 674e61fbb359dea2f289d0621884a299774ef9ca (diff) | |
| download | numpy-b33a5ee781bb4a775e5ccef1fdf88b61339becba.tar.gz | |
MAINT: Update pavement.py and setup.py for numpy 1.13.0.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
