From 909cece0a4649fcdd1600b8cc5cf008b34862ead Mon Sep 17 00:00:00 2001 From: Leonardo Brondani Schenkel Date: Sun, 4 Feb 2024 17:04:50 +0100 Subject: [PATCH] Bump version to 0.5.1 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 83652c0..fcd7914 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, 5, 0) + version = (0, 5, 1) can_get_multiple_covers = True KEY_MAX_COVERS = 'max_covers'