diff --git a/custom_components/imaprotect/manifest.json b/custom_components/imaprotect/manifest.json index e4dc7f1..f8f975c 100644 --- a/custom_components/imaprotect/manifest.json +++ b/custom_components/imaprotect/manifest.json @@ -9,6 +9,6 @@ "pyimaprotect==3.1.6" ], "dependencies": [], - "version": "1.0.6", + "version": "1.0.7", "iot_class": "cloud_polling" } diff --git a/setup.cfg b/setup.cfg index 2209a5f..7528ffa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.7 commit = True tag = True