From b19ad5bfa396a4600a52a598a30a65d4e993f831 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 27 Mar 2021 12:45:51 -0600 Subject: REL: NumPy 1.20.2 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 77a9b82bb..1206bcc6a 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 20 MICRO = 2 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # The first version not in the `Programming Language :: Python :: ...` classifiers above -- cgit v1.2.1