Skip to content

Commit cdeee61

Browse files
committed
Bump version to 5.0.1
1 parent a1bfadd commit cdeee61

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

diskcache/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
pass
4747

4848
__title__ = 'diskcache'
49-
__version__ = '5.0.0'
50-
__build__ = 0x050000
49+
__version__ = '5.0.1'
50+
__build__ = 0x050001
5151
__author__ = 'Grant Jenks'
5252
__license__ = 'Apache 2.0'
5353
__copyright__ = 'Copyright 2016-2020 Grant Jenks'

diskcache/persistent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"""
44

55
import operator as op
6-
import sys
76

87
from collections import OrderedDict
98
from collections.abc import MutableMapping, Sequence

0 commit comments

Comments
 (0)