]> git.draconx.ca Git - picard-plugins.git/blobdiff - tweak-filename-filter.py
Update plugins for picard 2
[picard-plugins.git] / tweak-filename-filter.py
index 6f81515405ca6e370036d648543f3372019613a8..5777bb7757bee59fd73d920fe8455e5d62196133 100644 (file)
@@ -23,8 +23,8 @@ true)</dd>
 
 </dl>
 '''
-PLUGIN_VERSION = "0"
-PLUGIN_API_VERSIONS = ["1.0"]
+PLUGIN_VERSION = "0.1"
+PLUGIN_API_VERSIONS = ["1.0", "2.0"]
 PLUGIN_LICENSE = "GPL-3.0-or-later"
 
 from picard import (config, log)
@@ -59,4 +59,4 @@ config.BoolOption("setting", "tweak_file_replace_backslash", True),
 if modulename() in config.setting["enabled_plugins"]:
     install_tweaker()
 else:
-    log.debug("%s disabled in configuration" % (modulename()));
+    log.debug("%s disabled in configuration" % (modulename()))