From 8c9e78017f2af00d939008ded659f693032bf196 Mon Sep 17 00:00:00 2001 From: Petr Leo Compel Date: Tue, 15 Oct 2024 10:43:21 +0200 Subject: [PATCH] chore: release version 2.3.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3e08ab..214dc32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hikaxpro" -version = "2.2.1" +version = "2.3.0" description = "Hikvision AX Pro alarm kit ISAPI integration for home assistant alarm panel" readme = "README.md" authors = [ @@ -30,7 +30,7 @@ repository = "https://github.com/petrleocompel/hikaxpro/" dev = ["pytest", "requests_mock"] [tool.bumpver] -current_version = "2.2.1" +current_version = "2.3.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "chore: release version {new_version}" commit = true