diff --git a/setup.py b/setup.py index 55f0654..e0b4c70 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(*parts): return fp.read() -VERSION = (0, 9, 7) +VERSION = (0, 9, 8) version = '.'.join(map(str, VERSION)) setup(