diff options
| -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.%drc2' % (MAJOR, MINOR, MICRO) # Return the git revision as a string |
