From 0ea07655579e39357b651693dd81140aa69aeda8 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 12 Jan 2017 20:51:25 -0600 Subject: [PATCH] Bump test version. --- calibre-plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 37c87fd5..465e3733 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -48,7 +48,7 @@ class FanFicFareBase(InterfaceActionBase): description = _('UI plugin to download FanFiction stories from various sites.') supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (2, 8, 0) + version = (2, 8, 1) minimum_calibre_version = (1, 48, 0) #: This field defines the GUI plugin class that contains all the code