Bump PI version.

This commit is contained in:
Jim Miller 2013-01-05 16:26:59 -06:00
parent 8e6f23ab3f
commit 0528128a32

View file

@ -27,7 +27,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, 2)
version = (1, 7, 3)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code