From 1a2b69d5c3bc511aa2cac732c19c5290ff8f90ce Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 24 Feb 2014 22:32:30 +0200 Subject: Bumb version number for new release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 4866c92..6ec58ad 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.13.0' +version = '0.14.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.1