Skip to content

Commit d5eb963

Browse files
committed
Increase the pickle version. With all the changes lately, it's better this way
1 parent 4c65368 commit d5eb963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parso/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
LOG = logging.getLogger(__name__)
1919

2020

21-
_PICKLE_VERSION = 30
21+
_PICKLE_VERSION = 31
2222
"""
2323
Version number (integer) for file system cache.
2424

0 commit comments

Comments
 (0)