diff --git a/setup.py b/setup.py index ef81089..d97a4f4 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__) MAJOR = 0 MINOR = 5 -MICRO = 5 +MICRO = 6 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)