From e95ff93f1b37e5f911267b5781f1e40c448f82ed Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 15 Jul 2013 12:13:10 +0300 Subject: [PATCH] Bumped version number for release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 9ba4a59fa..6803f16ce 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle -version = '0.5.0-research' +version = '0.5.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as