From 1929c144dcb2e18c5ebcfe5037431a8a4fc3d310 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 9 Jun 2019 18:11:21 +0200 Subject: [PATCH] Increate the _PICKLE_VERSION to avoid issues with the latest breaking change --- parso/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.