diff --git a/setup.py b/setup.py index d078268..9e6a662 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path here = path.abspath(path.dirname(__file__)) -version = "1.22.1" +version = "1.22.2" long_des = "" with open(path.join(here, "README.md")) as f: