diff --git a/setup.py b/setup.py index 29fafb5f..247967fd 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MINOR = 22 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) with open("requirements.txt") as f: