diff --git a/parso/cache.py b/parso/cache.py index 5514a59..1f8d886 100644 --- a/parso/cache.py +++ b/parso/cache.py @@ -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.