diff --git a/setup.py b/setup.py index 5cd5c84..76ff6ed 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__VERSION__ = '1.0.0' +__VERSION__ = '1.0.1' with open('README.md', 'r') as fh: long_description = fh.read()