diff --git a/setup.py b/setup.py index b4559ca..1ba92ff 100644 --- a/setup.py +++ b/setup.py @@ -139,7 +139,7 @@ def recursive_glob(basedir, pattern): URL = 'https://github.com/zuds-survey/zuds-pipeline' # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.1.1' +VERSION = '0.1.2.dev' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION