diff --git a/setup.py b/setup.py index c6f0e0a..b096148 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "1.2.0" +__version__ = "1.2.1" with open("README.md") as f: long_description = f.read()