summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-09-29 14:10:10 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-09-29 14:10:10 -0600
commit31465473c491829d636c9104c390062cba005681 (patch)
tree24c5569104c6929cdba1d308bd55aa0066ffd8fb /setup.py
parent4509875aa3cfe76003e3e9b7ace35016be254ca3 (diff)
downloadnumpy-1.13.3.tar.gz
REL: NumPy 1.13.3 release.v1.13.3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ed8b457bf..852bf7a4c 100755
--- a/setup.py
+++ b/setup.py
@@ -63,8 +63,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 13
-MICRO = 0
-ISRELEASED = False
+MICRO = 3
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)