Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschenkel committed Feb 4, 2024
1 parent 97c07e0 commit 909cece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class KindleHighResCovers(Source):
description = 'Downloads high resolution covers for Kindle editions from Amazon'
capabilities = frozenset(['cover'])
author = 'Leonardo Brondani Schenkel <[email protected]>'
version = (0, 5, 0)
version = (0, 5, 1)
can_get_multiple_covers = True

KEY_MAX_COVERS = 'max_covers'
Expand Down

0 comments on commit 909cece

Please sign in to comment.