Skip to content

Commit 13661ac

Browse files
committed
REL: NumPy 1.19.1 release.
1 parent e57f23c commit 13661ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
MAJOR = 1
5757
MINOR = 19
5858
MICRO = 1
59-
ISRELEASED = False
59+
ISRELEASED = True
6060
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6161

6262

@@ -189,7 +189,7 @@ def check_submodules():
189189
for line in status.splitlines():
190190
if line.startswith('-') or line.startswith('+'):
191191
raise ValueError('Submodule not clean: {}'.format(line))
192-
192+
193193

194194

195195
class concat_license_files():

0 commit comments

Comments
 (0)