diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-08-02 19:55:14 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-08-03 08:45:28 -0600 |
commit | b06dbc15d9db0e224d338c84ac98a925a7945d4c (patch) | |
tree | 794bd22d629ab2b3393f15733eb8f6e230fe9e80 /setup.py | |
parent | a39d355d4c286e823e9c48efb9345ad3705fdbad (diff) | |
download | numpy-b06dbc15d9db0e224d338c84ac98a925a7945d4c.tar.gz |
MAINT: Init master branch for 1.11.0 development.
Create 1.11.0-notes.rst template.
Update version number in setup.py.
Update version number in numpyconfig.h.
Update version number in pavement.py.
Update version number in bento.info.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Operating System :: MacOS """ MAJOR = 1 -MINOR = 10 +MINOR = 11 MICRO = 0 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |