Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschenkel committed Sep 29, 2020
1 parent 161f5e6 commit 97afe5e
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, 4, 0)
version = (0, 5, 0)
can_get_multiple_covers = True

KEY_MAX_COVERS = 'max_covers'
Expand Down

0 comments on commit 97afe5e

Please sign in to comment.