Skip to content
Snippets Groups Projects
Commit cf2d2779 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump persistent_dict version

parent 487362e2
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@ class _PersistentDictBase:
import appdirs
container_dir = join(
appdirs.user_cache_dir("pytools", "pytools"),
"pdict-v3-{}-py{}".format(
"pdict-v4-{}-py{}".format(
identifier,
".".join(str(i) for i in sys.version_info)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment