Bump PI version.

This commit is contained in:
Jim Miller 2013-11-13 12:18:40 -06:00
parent d78709f850
commit dfef356249

View file

@ -36,7 +36,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (1, 7, 53)
version = (1, 7, 54)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code