diff --git a/custom_components/imaprotect/manifest.json b/custom_components/imaprotect/manifest.json index af5b186..21b775d 100755 --- a/custom_components/imaprotect/manifest.json +++ b/custom_components/imaprotect/manifest.json @@ -7,6 +7,6 @@ "config_flow": true, "requirements": ["pyimaprotect==2.0.0"], "dependencies": [], - "version": "0.3.0", + "version": "0.4.0", "iot_class": "cloud_polling" } diff --git a/setup.cfg b/setup.cfg index 019f403..d1ad647 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True