From 2e656bce021e22113014470d2ef04ae46ff938c9 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 30 Sep 2013 22:24:39 +0300 Subject: [PATCH] Fur realz this time. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 1acbe500e..366e41a09 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.8.0' +version = '0.9.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as