We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bfadd commit cdeee61Copy full SHA for cdeee61
diskcache/__init__.py
@@ -46,8 +46,8 @@
46
pass
47
48
__title__ = 'diskcache'
49
-__version__ = '5.0.0'
50
-__build__ = 0x050000
+__version__ = '5.0.1'
+__build__ = 0x050001
51
__author__ = 'Grant Jenks'
52
__license__ = 'Apache 2.0'
53
__copyright__ = 'Copyright 2016-2020 Grant Jenks'
diskcache/persistent.py
@@ -3,7 +3,6 @@
3
"""
4
5
import operator as op
6
-import sys
7
8
from collections import OrderedDict
9
from collections.abc import MutableMapping, Sequence
0 commit comments