diff --git a/setup.py b/setup.py index 5f78e81..a944d45 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from __future__ import print_function -VERSION = (0, 1, 2, "f", 0) # following PEP 386 +VERSION = (0, 2, 0, "f", 0) # following PEP 386 DEV_N = None import os