diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2019-12-21 19:55:12 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2019-12-21 19:55:12 -0700 |
| commit | 2410c6d0a63cb56455fc9ab6affcf1a776c82134 (patch) | |
| tree | 57cf9cd6eb3c860567d974ec4e1e373fa9c7706d | |
| parent | 457b4302ed997e7e6a5470d49ca45237d095c269 (diff) | |
| download | numpy-1.18.0.tar.gz | |
REL: NumPy 1.18.0 release.v1.18.0
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 18 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
