Skip to content

Commit 8f4b73a

Browse files
committed
REL: NumPy 1.19.5 release.
1 parent 6485c65 commit 8f4b73a

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
@@ -59,7 +59,7 @@
5959
MAJOR = 1
6060
MINOR = 19
6161
MICRO = 5
62-
ISRELEASED = False
62+
ISRELEASED = True
6363
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6464

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

0 commit comments

Comments
 (0)