diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-03-25 21:43:58 +0000 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-03-25 21:43:58 +0000 |
commit | 62a7575fd82ddf028517780c01fecf7e0cca27aa (patch) | |
tree | 35cd6c09a4a7cb299039a5fe5d3a0a79f4c9f1b4 | |
parent | cfeb3fbf725e542fe87cdf91d0e8f0153b0e625b (diff) | |
download | numpy-62a7575fd82ddf028517780c01fecf7e0cca27aa.tar.gz |
REL: Release 1.8.1v1.8.1
-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 = False -VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |