Skip to content

Commit

Permalink
Bump version to 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Apr 18, 2023
1 parent f81160f commit 4d30686
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 @@ -61,8 +61,8 @@
pass

__title__ = 'diskcache'
__version__ = '5.6.0'
__build__ = 0x050600
__version__ = '5.6.1'
__build__ = 0x050601
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016-2023 Grant Jenks'

0 comments on commit 4d30686

Please sign in to comment.