From 16c4775e020872cfaed3723d5f82403730831de1 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 14 Jul 2014 18:52:48 +0300 Subject: [PATCH] Bumping version number for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 7ab3fb662..619b15b7f 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.18.0' +version = '0.19.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as