diff --git a/setup.py b/setup.py index c116129..b065c07 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path here = path.abspath(path.dirname(__file__)) -version = '1.19.1' +version = '1.20.0' long_des = "" with open(path.join(here, 'README.md')) as f: