From e8b36c9acc66f04cc3060fe05978f22fbae2bacf Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 5 Aug 2013 19:47:34 +0300 Subject: Bumped version number for release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 5e18057..03d848b 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle -version = '0.6.0-research' +version = '0.6.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.1