From 00a7010871e389e871fa830423f2109ca8a06770 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 25 Nov 2013 23:38:34 +0200 Subject: Update version number for new release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index fe49463..d3d7afe 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.10.0' +version = '0.11.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