Update to latest interface version

This commit is contained in:
Jean-Claude 2023-06-24 16:22:57 +02:00
parent a3f33e86c2
commit 5a6f29d957
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 4 additions and 4 deletions

View File

@ -37,13 +37,13 @@ class MetadataGexiv2(metadata.MetadataPlugin):
_logger.debug("File %s not found", path)
self._metadata = None
@property
def name(self) -> str:
@staticmethod
def name() -> str:
"""Get the name of the used backend."""
return "gexiv2"
@property
def version(self) -> str:
@staticmethod
def version() -> str:
"""Get the version of the used backend."""
return "0.10"