diff options
-rw-r--r-- | coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coredata.py b/coredata.py index fe49463..d3d7afe 100644 --- a/coredata.py +++ b/coredata.py @@ -14,7 +14,7 @@ import pickle, os -version = '0.10.0' +version = '0.11.0-research' # This class contains all data that must persist over multiple # invocations of Meson. It is roughly the same thing as |