diff --git a/custom_components/vantage/manifest.json b/custom_components/vantage/manifest.json index 8f107c8..75556da 100644 --- a/custom_components/vantage/manifest.json +++ b/custom_components/vantage/manifest.json @@ -19,7 +19,7 @@ "requirements": [ "aiovantage==0.16.0" ], - "version": "0.13.2", + "version": "0.13.3", "zeroconf": [ { "type": "_secure_aci._tcp.local.", diff --git a/pyproject.toml b/pyproject.toml index 33ea736..d422135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "home-assistant-vantage" -version = "0.13.2" +version = "0.13.3" description = "Home Assistant integration for Vantage InFusion home automation controllers." readme = "README.md" requires-python = ">=3.12" @@ -76,7 +76,7 @@ reportPrivateImportUsage = "none" reportIncompatibleVariableOverride = "none" [tool.bumpver] -current_version = "0.13.2" +current_version = "0.13.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true