From 40a1d54edd06309ea4a092455e9154a8c31c1070 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 30 Jan 2021 09:33:24 -0700 Subject: [PATCH] REL: NumPy 1.20.0 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34f1d398f57a..80866d558f73 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ MAJOR = 1 MINOR = 20 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # The first version not in the `Programming Language :: Python :: ...` classifiers above