Skip to content

Commit

Permalink
Bump version to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Sep 9, 2020
1 parent d6c3a49 commit 9670fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diskcache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
pass

__title__ = 'diskcache'
__version__ = '5.0.2'
__build__ = 0x050002
__version__ = '5.0.3'
__build__ = 0x050003
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016-2020 Grant Jenks'

0 comments on commit 9670fbb

Please sign in to comment.