From e1bc1b39b2ed54bf26140f4e19ba8701147c3c3c Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 12 Jun 2013 21:49:13 +0300 Subject: Set version number to 0.4.1 for bugfix release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 74a55bb6f..03d0cdda8 100644 --- a/coredata.py +++ b/coredata.py @@ -16,7 +16,7 @@ import pickle -version = '0.5.0-research' +version = '0.4.1' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.2.3