diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-25 18:03:03 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-25 18:04:34 -0700 |
| commit | 2d1d5c4535bd6df34bed4bf304e253667abf8096 (patch) | |
| tree | 4b581a8680b88a17f69200e15cd66473f4fe6ad8 | |
| parent | 4efeb3028a1f547483f42fd4c8211d5fa0c07658 (diff) | |
| download | numpy-1.11.0b1.tar.gz | |
REL: 1.11.0b1 releasev1.11.0b1
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 11 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |
