diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2020-07-21 11:57:15 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2020-07-21 11:57:15 -0600 |
| commit | 13661ac7002a6b39072e616c19ff43daaec60f7e (patch) | |
| tree | b891d89eac1e85ae6819414b003706f984d93521 | |
| parent | e57f23c9890d6a13fb197dc53d334a5058d0b5d3 (diff) | |
| download | numpy-1.19.1.tar.gz | |
REL: NumPy 1.19.1 release.v1.19.1
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 19 MICRO = 1 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) @@ -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(): |
