diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2016-03-27 14:13:52 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2016-03-27 14:13:52 -0600 |
| commit | 4092a9e160cc247a4a45724579a0c829733688ca (patch) | |
| tree | e11cec065c695c241e7600c9df6bca9f2627d0c9 | |
| parent | 22118d037bc358ae0e33aa02b806cef6ea21ee0a (diff) | |
| download | numpy-1.11.0.tar.gz | |
REL: Numpy 1.11.0 release.v1.11.0
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 11 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
