From da9edca9d4402fc1bd201c45656c0252d0bdba0c Mon Sep 17 00:00:00 2001 From: Pierre COURBIN Date: Thu, 13 May 2021 20:53:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/imaprotect/manifest.json | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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