From afeadb17190436cf268327783c28ecad772e808a Mon Sep 17 00:00:00 2001 From: Dimitri Yatsenko Date: Fri, 8 Feb 2019 10:30:33 -0600 Subject: [PATCH] change version to 0.12.dev --- datajoint/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datajoint/version.py b/datajoint/version.py index ea370a8e5..92cebb540 100644 --- a/datajoint/version.py +++ b/datajoint/version.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.12.dev"