From ca7666bca6c8ae7f0ca98f866ef035483170058e Mon Sep 17 00:00:00 2001 From: Danny Goldstein Date: Wed, 17 Jun 2020 22:26:22 -0400 Subject: [PATCH] move to 0.1.2dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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