From 322fed9d75fde7a1bbd71d548218b482e977fb73 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 5 Jun 2014 00:02:16 +0300 Subject: Bump version number for new development. --- coredata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coredata.py b/coredata.py index 6c9a8da46..75d387c7c 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.17.0' +version = '0.18.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as -- cgit v1.2.3