diff --git a/setup.py b/setup.py index ebe696b..2b310de 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from os import path here = path.abspath(path.dirname(__file__)) -version = '3.5.8' +version = '3.5.9' long_des = "" with open(path.join(here, 'README.md')) as f: