diff --git a/setup.py b/setup.py index 987a3dd..969cc9b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = '0.0.7' +VERSION = '0.0.8' with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme: README = readme.read()