diff --git a/setup.py b/setup.py index 18e57958..cd0812ed 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*paths): 'tox', ] README = read('README.md') -VERSION = '1.0.0' +VERSION = '1.0.1' PACKAGES = find_packages(exclude=['examples', 'tests'])