diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-09-23 10:47:33 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-09-23 10:47:33 -0600 |
commit | 7175dec000ed4d1d2ebf7a0a318009bcbfff72d8 (patch) | |
tree | 80f9a46b1e8d708361ee7ebb08d6278005e13abb /setup.py | |
parent | 8706d48bd9918fca93ee50cb8bdc04d8ed16cbbd (diff) | |
download | numpy-maintenance/1.14.x.tar.gz |
REL: prepare 1.14.x for further developmentmaintenance/1.14.x
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 14 -MICRO = 6 -ISRELEASED = True +MICRO = 7 +ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |