From 3993039933991514852c6a36420d645221140930 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 20 Jan 2014 00:57:24 +0200 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 e6fb6646f..10ea74419 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.12.0' +version = '0.13.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as