From ad2f03da7b43467af5ab7b155ee1c1eefb6afa94 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 24 Oct 2014 04:58:41 +0300 Subject: Bump version number for release. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coredata.py') diff --git a/coredata.py b/coredata.py index d573230e0..0436604c4 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.21.0-research' +version = '0.21.0' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.2.3