From 9158c42839ba01d144844f4dcd1f633d0405843b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Tue, 31 Mar 2015 01:37:08 +0300 Subject: 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 fd48ce7..180780c 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.23.0' +version = '0.24.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