diff --git a/custom_components/pod_point/manifest.json b/custom_components/pod_point/manifest.json index 35b726c..36b493e 100644 --- a/custom_components/pod_point/manifest.json +++ b/custom_components/pod_point/manifest.json @@ -570,5 +570,5 @@ "aiodiscover", "scapy" ], - "version": "2.0.2" + "version": "2.0.3" } \ No newline at end of file diff --git a/custom_components/pod_point/version.py b/custom_components/pod_point/version.py index dad9b0b..02ab875 100644 --- a/custom_components/pod_point/version.py +++ b/custom_components/pod_point/version.py @@ -1,3 +1,3 @@ """Version of the Pod Point integration""" -__version__ = "2.0.2" +__version__ = "2.0.3"