diff --git a/oppo/__init__.py b/oppo/__init__.py index 70f3d0d05..3c3ad7645 100755 --- a/oppo/__init__.py +++ b/oppo/__init__.py @@ -54,7 +54,7 @@ class oppo(SmartDevicePlugin): The know-how is in the commands.py (and some DT_ classes...) """ - PLUGIN_VERSION = '1.0.0' + PLUGIN_VERSION = '1.0.1' def _set_device_defaults(self): diff --git a/oppo/plugin.yaml b/oppo/plugin.yaml index 2cffe5b1a..c38208d18 100755 --- a/oppo/plugin.yaml +++ b/oppo/plugin.yaml @@ -6,9 +6,10 @@ plugin: tester: Morg state: develop keywords: iot device - version: 1.0.0 + version: 1.0.1 sh_minversion: '1.9.5.1' py_minversion: '3.6' + MIN_SDP_VERSION: '1.0.3' multi_instance: false restartable: true classname: oppo