diff --git a/__init__.py b/__init__.py index 83343d8..ca9661c 100644 --- a/__init__.py +++ b/__init__.py @@ -13,7 +13,7 @@ class KindleHighResCovers(Source): description = 'Downloads high resolution covers for Kindle editions from Amazon' capabilities = frozenset(['cover']) author = 'Leonardo Brondani Schenkel ' - version = (0, 4, 0) + version = (0, 5, 0) can_get_multiple_covers = True KEY_MAX_COVERS = 'max_covers'