| commit | e94ed84010c60961f82860d146681d3fd607de4e | [log] [tgz] |
|---|---|---|
| author | Charles Harris <charlesr.harris@gmail.com> | Wed Jun 07 15:26:35 2017 |
| committer | Charles Harris <charlesr.harris@gmail.com> | Wed Jun 07 15:26:35 2017 |
| tree | fa6f1f4d6cd60cfd8ca946d9c36e204d8c6a4de3 | |
| parent | 5be257eafe33c1327003a3709e79e36b8de4b979 [diff] |
REL: NumPy 1.13.0 release
diff --git a/setup.py b/setup.py index ed8b457..5740f20 100755 --- a/setup.py +++ b/setup.py
@@ -64,7 +64,7 @@ MAJOR = 1 MINOR = 13 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)