| commit | 5adb81051086a45fe3b59ba506b567340ec9bd5e | [log] [tgz] |
|---|---|---|
| author | Charles Harris <charlesr.harris@gmail.com> | Tue Aug 21 15:49:31 2018 |
| committer | Charles Harris <charlesr.harris@gmail.com> | Tue Aug 21 15:49:31 2018 |
| tree | 2018a225b171ef7b8ec4f4412f1c5e6c95b81743 | |
| parent | 3ff022bc893684295c8b12af91b4b2270cd8b3a6 [diff] |
REL: NumPy 1.15.1 release.
diff --git a/setup.py b/setup.py index d5de195..fed178e 100755 --- a/setup.py +++ b/setup.py
@@ -65,7 +65,7 @@ MAJOR = 1 MINOR = 15 MICRO = 1 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)