diff options
| author | Ralf Gommers <ralf.gommers@googlemail.com> | 2014-03-23 11:47:59 +0100 |
|---|---|---|
| committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2014-03-23 11:47:59 +0100 |
| commit | 06f96948ff0a1f6ceb71bf4a2c6640dcdcd56be0 (patch) | |
| tree | be31059a21fb4b4f664f45e8d6103e15ae2b6dab /setup.py | |
| parent | 893d770e260923590a88ac7fb3d4f8cbe3e68453 (diff) | |
| download | numpy-06f96948ff0a1f6ceb71bf4a2c6640dcdcd56be0.tar.gz | |
REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento.
Bento should ideally be looking inside setup.py for the version number,
but that for later.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,8 +50,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 8 MICRO = 1 -ISRELEASED = True -VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) +ISRELEASED = False +VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |
