Adds code version to cache. (Fixes #129)
Current code version is added to the cache on writting. If the cache version does not match the code version on read, the cache is ignored which means it resets.main
parent
0d7b44a3f5
commit
801e0c035f
@ -1 +1 @@
|
||||
__version__ = '0.7.0'
|
||||
__version__ = '0.8.dev1'
|
||||
|
Loading…
Reference in new issue