From f8ade4a2bc7e008fc33eb1e22a3558be5ac388cb Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 30 Sep 2013 21:58:23 +0300 Subject: [PATCH] Raise version number for release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 2e34728db..1acbe500e 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.8.0-research' +version = '0.8.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as