From 450e717043b6c58ad1095b7428fe91e3afcd0f94 Mon Sep 17 00:00:00 2001 From: Nenad Bogojevic Date: Fri, 12 Apr 2024 12:50:07 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.4=20=E2=86=92=200.10.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- midea_beautiful/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a555b41..8f9d2f5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.4 +current_version = 0.10.5 tag = True commit = True diff --git a/midea_beautiful/version.py b/midea_beautiful/version.py index 9602f9d..b3985ef 100644 --- a/midea_beautiful/version.py +++ b/midea_beautiful/version.py @@ -1,2 +1,2 @@ """ Version File """ -__version__ = "0.10.4" +__version__ = "0.10.5"