diff options
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index f6712a2..2a7b2ce 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os, uuid -version = '0.26.0' +version = '0.27.0-research' builtin_options = {'buildtype': True, 'strip': True, |