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