diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2019-06-30 11:34:16 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2019-06-30 11:41:39 -0600 |
| commit | cde9a2e697aefe983346bb810aa28e975a55ac42 (patch) | |
| tree | 8e0847ba6c5e170a382806193563043b5d0d50c3 /setup.py | |
| parent | 27d77ce2219d9e573a57159ce997e495b8aecbc5 (diff) | |
| download | numpy-cde9a2e697aefe983346bb810aa28e975a55ac42.tar.gz | |
MAINT: Prepare master for 1.18.0 development.
- Create release notes.
- Update pavement.py.
- Update setup.py
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Operating System :: MacOS """ MAJOR = 1 -MINOR = 17 +MINOR = 18 MICRO = 0 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
