From d5c6e810baa3d9762fbd014b6198fbda9b30bbdb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 5 Aug 2013 19:50:28 +0300 Subject: [PATCH] Bumped version number for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 03d848bb5..78a8ef0e9 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle -version = '0.6.0' +version = '0.7.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as