diff options
| author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-10-26 17:21:39 +0100 |
|---|---|---|
| committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-10-26 17:21:39 +0100 |
| commit | c88fd91482782f35a78d6144331471085b8695b0 (patch) | |
| tree | 39bc95026658ebd2b5cb400769416b1474bf52c2 /setup.py | |
| parent | a4eddade30a84b23c9ddce7daac7f542c29c3eff (diff) | |
| download | numpy-1.9.1rc1.tar.gz | |
REL: Release 1.9.1rc1v1.9.1rc1
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 = 9 MICRO = 1 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |
