diff --git a/setup.py b/setup.py index bd8c6d01..9883d098 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ MAJOR = 0 MINOR = 16 -MICRO = 0 +MICRO = 2 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)