diff --git a/setup.py b/setup.py index 9200278..8a4a69a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__VERSION__ = '1.1.4' +__VERSION__ = '1.1.5' with open("README.md", "r") as fh: long_description = fh.read()