diff --git a/setup.py b/setup.py index 6d4ceab8..5c5836f4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MINOR = 1 MICRO = 1 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)