Forgot to increase the pickle version

This commit is contained in:
Dave Halter
2020-01-20 01:27:56 +01:00
parent 84874aace3
commit 9abe5d1e55

View File

@@ -33,7 +33,7 @@ makes Jedi use ~500mb of memory. Since we might want a bit more than those few
libraries, we just increase it a bit.
"""
_PICKLE_VERSION = 32
_PICKLE_VERSION = 33
"""
Version number (integer) for file system cache.