Plugins: Bump isfinfo framework version

This commit is contained in:
Mike Auty
2020-10-30 16:11:35 +00:00
parent c622ee4897
commit 31ff6ce482
+1
View File
@@ -22,6 +22,7 @@ vollog = logging.getLogger(__name__)
class IsfInfo(plugins.PluginInterface):
"""Determines information about the currently available ISF files, or a specific one"""
_required_framework_version = (2, 0, 0)
_version = (1, 0, 0)
@classmethod