calibre/python doesn't like 0 leading version numers anymore? Bump to 1.8.9

This commit is contained in:
Jim Miller 2014-01-22 10:07:09 -06:00
parent 929cf36e79
commit 0ce37974e2

View file

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