| commit | fe0231d5e5256696c9aa923e62e0ca1d02223b40 | [log] [tgz] |
|---|---|---|
| author | Charles Harris <charlesr.harris@gmail.com> | Tue Feb 09 23:50:55 2016 |
| committer | Charles Harris <charlesr.harris@gmail.com> | Tue Feb 09 23:50:55 2016 |
| tree | 32fc064b0339e9f9c508a6654f949171bac49bb8 | |
| parent | 7fa12e5fb5c61032c8e160f88e6155cadefa0bf6 [diff] |
REL: Numpy 1.11.0b3 release
diff --git a/setup.py b/setup.py index 276d7e5..5a08a1d 100755 --- a/setup.py +++ b/setup.py
@@ -59,8 +59,8 @@ MAJOR = 1 MINOR = 11 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%db3' % (MAJOR, MINOR, MICRO) # Return the git revision as a string