From d5eb96309c37df24c75b016eb113929d0fa61585 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 3 Apr 2019 01:07:25 +0200 Subject: [PATCH] Increase the pickle version. With all the changes lately, it's better this way --- parso/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parso/cache.py b/parso/cache.py index 2c6493e..0165398 100644 --- a/parso/cache.py +++ b/parso/cache.py @@ -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.