commit | ff3df08438d570b0ccdda3f8a008278d8a4ad394 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Tue Oct 15 19:30:31 2019 |
committer | Charles Harris <charlesr.harris@gmail.com> | Tue Oct 15 19:30:31 2019 |
tree | a0899d39d72ff53fc2556e9a6371fc6aada2dffe | |
parent | 89208b4db4de332b7e361860018c2882fe567678 [diff] |
REL: NumPy 1.14.5 release.
diff --git a/setup.py b/setup.py index c1c9ecd..6e80bcb 100755 --- a/setup.py +++ b/setup.py
@@ -56,7 +56,7 @@ MAJOR = 1 MINOR = 17 MICRO = 3 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)