diff --git a/setup.py b/setup.py index caa6960..07b5b58 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '1.0.1' +VERSION = '1.0.2' with open("requirements.txt") as data: install_requires = [