From ba1e9cd4f109e78a869a99e29b9d9504f2c4a8b5 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 23 May 2015 22:14:57 +0300 Subject: [PATCH] Bump version number for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 4855ebadd648..59702f78ecfd 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.24.0' +version = '0.25.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as