diff options
| author | Matthew Brett <matthew.brett@gmail.com> | 2015-09-21 10:22:25 -0700 |
|---|---|---|
| committer | Matthew Brett <matthew.brett@gmail.com> | 2015-09-21 10:22:25 -0700 |
| commit | edb902cdc6573553afcf11047ecdfb447e444322 (patch) | |
| tree | 652aa01ac7a621b2b95f3307aefca6890ca62fb7 /setup.py | |
| parent | 3a2f05582ecd87d8aa599e435330f459e6a4d3ea (diff) | |
| parent | 7f96e9d7ab678b636761313e22d03e73bb929520 (diff) | |
| download | numpy-1.9.3.tar.gz | |
Merge pull request #6332 from matthew-brett/prepare-1.9.3v1.9.3
MRG: preparations for 1.9.3 release
Backport of 7d6aa8c - gzip fix for Python 3.5
Backport of b08f369 - numpy.distutils patch to help homebrew
Backport of various fixes for Windows builds on modern MSVC.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 9 -MICRO = 2 +MICRO = 3 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
