diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-06-21 10:07:00 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-06-21 10:07:00 -0600 |
commit | 6bf63fc46bc22e16fa88a6d65e025df1a1e7524d (patch) | |
tree | b50a8397d0397f7fa7151b8b0729dac1a3fe74d5 | |
parent | 7850096157436c650803e8ea6d98ec0d42d96102 (diff) | |
download | numpy-6bf63fc46bc22e16fa88a6d65e025df1a1e7524d.tar.gz |
REL: prepare 1.15.x for further development
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,8 +64,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 15 MICRO = 0 -ISRELEASED = True -VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) +ISRELEASED = False +VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |