Increase the pickle version. With all the changes lately, it's better this way

This commit is contained in:
Dave Halter
2019-04-03 01:07:25 +02:00
parent 4c65368056
commit d5eb96309c

View File

@@ -18,7 +18,7 @@ from parso._compatibility import FileNotFoundError
LOG = logging.getLogger(__name__)
_PICKLE_VERSION = 30
_PICKLE_VERSION = 31
"""
Version number (integer) for file system cache.