diff --git a/setup.py b/setup.py index fd0c3deffbf0..1236294823fb 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ MAJOR = 1 MINOR = 19 MICRO = 5 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # The first version not in the `Programming Language :: Python :: ...` classifiers above