summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Brett <matthew.brett@gmail.com>2015-09-21 10:22:25 -0700
committerMatthew Brett <matthew.brett@gmail.com>2015-09-21 10:22:25 -0700
commitedb902cdc6573553afcf11047ecdfb447e444322 (patch)
tree652aa01ac7a621b2b95f3307aefca6890ca62fb7 /setup.py
parent3a2f05582ecd87d8aa599e435330f459e6a4d3ea (diff)
parent7f96e9d7ab678b636761313e22d03e73bb929520 (diff)
downloadnumpy-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e85110b4e..1e0810777 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 9
-MICRO = 2
+MICRO = 3
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)