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