From 87a3a6e31e8f314a93fcf5b4689b9b2e2699dcb9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Apr 2021 20:51:26 +0530 Subject: [PATCH] Bump plugin version --- src/calibre/gui2/store/stores/gutenberg_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/gutenberg_plugin.py b/src/calibre/gui2/store/stores/gutenberg_plugin.py index f53bb6015e..93d7b3383d 100644 --- a/src/calibre/gui2/store/stores/gutenberg_plugin.py +++ b/src/calibre/gui2/store/stores/gutenberg_plugin.py @@ -2,7 +2,7 @@ # License: GPLv3 Copyright: 2020, Kovid Goyal from __future__ import absolute_import, division, print_function, unicode_literals -store_version = 7 # Needed for dynamic plugin loading +store_version = 8 # Needed for dynamic plugin loading import mimetypes