diff --git a/setup.py b/setup.py index a3758a3..26e690c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__version__ = "1.2.1" +__version__ = "1.2.2" with open("README.md", "r") as fh: long_description = fh.read()