diff --git a/decky_plugin.pyi b/decky_plugin.pyi index c8d9d4c..e55f66e 100644 --- a/decky_plugin.pyi +++ b/decky_plugin.pyi @@ -12,7 +12,7 @@ Some basic migration helpers are available: `migrate_any`, `migrate_settings`, ` A logging facility `logger` is available which writes to the recommended location. """ -__version__ = '0.2.0' +__version__ = '0.1.0' import logging @@ -171,4 +171,4 @@ Logging """ logger: logging.Logger -"""The main plugin logger writing to `DECKY_PLUGIN_LOG`.""" +"""The main plugin logger writing to `DECKY_PLUGIN_LOG`.""" \ No newline at end of file