Skip to content

Commit

Permalink
Bump version to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Apr 11, 2023
1 parent bbac13b commit 0f5d8ed
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.5.0'
__build__ = 0x050500
__version__ = '5.5.1'
__build__ = 0x050501
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2016-2023 Grant Jenks'

0 comments on commit 0f5d8ed

Please sign in to comment.