From 52084bdf8856f5955da4e70df7ea7bf53aea1d96 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 13 Apr 2014 01:18:53 +0300 Subject: [PATCH] Bump version for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index a935c346e..9937911b8 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.15.0' +version = '0.16.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as