8000 REL: NumPy 1.20.0 release. · lithomas1/numpy@40a1d54 · GitHub
[go: up one dir, main page]

Skip to co 8000 ntent

Commit 40a1d54

Browse files
committed
REL: NumPy 1.20.0 release.
1 parent a22f3df commit 40a1d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
MAJOR = 1
5858
MINOR = 20
5959
MICRO = 0
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)
0