From 7ac68e0d6e88ff091567496b4ed25b605b08b638 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 9 Jun 2013 21:06:30 +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 aa846ffe6..123a47745 100644 --- a/coredata.py +++ b/coredata.py @@ -16,7 +16,7 @@ import pickle -version = '0.3.0-research' +version = '0.4.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as