diff --git a/setup.py b/setup.py index 8f002ca..cf80623 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.rst', 'r') as readme: README_TEXT = readme.read() -VERSION = '0.1.2.dev0' +VERSION = '0.1.1' def write_version_py(filename=None):