Skip to content

Commit d7aa408

Browse files
committed
REL: NumPy 1.20.1 release.
1 parent 1b522e3 commit d7aa408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
MAJOR = 1
5858
MINOR = 20
5959
MICRO = 1
60-
ISRELEASED = False
60+
ISRELEASED = True
6161
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6262

6363
# The first version not in the `Programming Language :: Python :: ...` classifiers above

0 commit comments

Comments
 (0)