summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-06-30 11:34:16 -0600
committerCharles Harris <charlesr.harris@gmail.com>2019-06-30 11:41:39 -0600
commitcde9a2e697aefe983346bb810aa28e975a55ac42 (patch)
tree8e0847ba6c5e170a382806193563043b5d0d50c3 /setup.py
parent27d77ce2219d9e573a57159ce997e495b8aecbc5 (diff)
downloadnumpy-cde9a2e697aefe983346bb810aa28e975a55ac42.tar.gz
MAINT: Prepare master for 1.18.0 development.
- Create release notes. - Update pavement.py. - Update setup.py
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 7dd87da8a..11e16413a 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ Operating System :: MacOS
"""
MAJOR = 1
-MINOR = 17
+MINOR = 18
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)