summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-05-17 07:59:23 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-05-17 08:16:51 -0600
commitb578312d381ead845e403ae09a3fc7f7ccdaed92 (patch)
treecadcd460f7fd80143b7df13fd37bf2ed45861f28 /setup.py
parentbd8be5417632c019dbc1d36400052805f95a372c (diff)
downloadnumpy-b578312d381ead845e403ae09a3fc7f7ccdaed92.tar.gz
REL: Update master after 1.19.x branch.
- Delete release note fragments from 1.19.0 (towncrier) - Update 1.19.x release note (towncrier) - Create 1.20.0-notes.rst for master development - Update C-API versions for 1.20.x - Update setup.py for 1.20.0
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 594c3ed91..cb4f7801c 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ Operating System :: MacOS
"""
MAJOR = 1
-MINOR = 19
+MINOR = 20
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)