mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-01 04:52:48 +08:00
Increate the _PICKLE_VERSION to avoid issues with the latest breaking change
This commit is contained in:
@@ -18,7 +18,7 @@ from parso._compatibility import FileNotFoundError
|
|||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
_PICKLE_VERSION = 31
|
_PICKLE_VERSION = 32
|
||||||
"""
|
"""
|
||||||
Version number (integer) for file system cache.
|
Version number (integer) for file system cache.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user