From 9e2102948a9243bf214accdf7c25d34c1f5adda3 Mon Sep 17 00:00:00 2001 From: Pierre Courbin Date: Sat, 4 Jan 2025 17:17:37 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.6=20=E2=86=92=201.0.7?= 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 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