diff --git a/setup.py b/setup.py index 50f8864..f423606 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup -version = '1.7.14' +version = '1.7.15' with open('README.md') as readme: long_description = readme.read()