From e3e422d2b2f771152412074b697f5de2401b6230 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Fri, 15 Nov 2024 08:36:12 +0100 Subject: [PATCH] bump version 2024.10.0 -> 2024.11.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f77190b..6b0b084 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "velbus-aio" license = {text = "MIT"} -version = "2024.10.0" +version = "2024.11.0" description = "Open-source home automation platform running on Python 3." readme = "README.md" authors = [ @@ -52,7 +52,7 @@ exclude_dirs = ["tests"] skips = ["B301", "B403", "B323", "B104", "B110"] [tool.bumpver] -current_version = "2024.10.0" +current_version = "2024.11.0" version_pattern = "YYYY.MM.INC0" commit_message = "bump version {old_version} -> {new_version}" commit = true