Increate the _PICKLE_VERSION to avoid issues with the latest breaking change

This commit is contained in:
Dave Halter
2019-06-09 18:11:21 +02:00
parent b5d50392a4
commit 1929c144dc

View File

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