diff --git a/setup.py b/setup.py index cf80623..8f002ca 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.1' +VERSION = '0.1.2.dev0' def write_version_py(filename=None):