From 9b79c635f8e9c90e01dcd1a3e16d0890ccb8bbac Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 19 Jan 2015 21:57:45 +0200 Subject: New version number for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 1b56fd07c..15c327ad7 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.22.0' +version = '0.23.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.2.3