diff --git a/setup.py b/setup.py index d315eeb5eec..bddeebf839d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ MAJOR = 0 MINOR = 1 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = ''