REL: NumPy 1.20.1 release.
diff --git a/setup.py b/setup.py
index 6511dd0..8019536 100755
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@
 MAJOR               = 1
 MINOR               = 20
 MICRO               = 1
-ISRELEASED          = False
+ISRELEASED          = True
 VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 
 # The first version not in the `Programming Language :: Python :: ...` classifiers above