Skip to content

Commit 6b69447

Browse files
committed
Bump version to 5.2.0
1 parent fc38bd9 commit 6b69447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diskcache/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
pass
6363

6464
__title__ = 'diskcache'
65-
__version__ = '5.1.0'
66-
__build__ = 0x050100
65+
__version__ = '5.2.0'
66+
__build__ = 0x050200
6767
__author__ = 'Grant Jenks'
6868
__license__ = 'Apache 2.0'
6969
__copyright__ = 'Copyright 2016-2021 Grant Jenks'

0 commit comments

Comments
 (0)