From a1cb80851b765e1d1e2a153add3c74805c8aa54d Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Wed, 31 Jul 2024 10:00:58 +0200 Subject: [PATCH] bump version 2024.7.5 -> 2024.7.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f95df42..5d5a35c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "velbus-aio" license = {text = "MIT"} -version = "2024.7.5" +version = "2024.7.6" description = "Open-source home automation platform running on Python 3." readme = "README.md" authors = [ @@ -51,7 +51,7 @@ exclude_dirs = ["tests"] skips = ["B301", "B403", "B323", "B104", "B110"] [tool.bumpver] -current_version = "2024.7.5" +current_version = "2024.7.6" version_pattern = "YYYY.MM.INC0" commit_message = "bump version {old_version} -> {new_version}" commit = true