From 5541ee41079f12a53dbe3e657daef790ef495057 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 20 Oct 2013 23:47:21 +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 e0e1763b7..40a6eeab9 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.9.0' +version = '0.10.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as