Skip to content

Commit

Permalink
REL: NumPy 1.19.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Jul 21, 2020
1 parent e57f23c commit 13661ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
MAJOR = 1
MINOR = 19
MICRO = 1
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down Expand Up @@ -189,7 +189,7 @@ def check_submodules():
for line in status.splitlines():
if line.startswith('-') or line.startswith('+'):
raise ValueError('Submodule not clean: {}'.format(line))



class concat_license_files():
Expand Down

0 comments on commit 13661ac

Please sign in to comment.