Skip to content

Commit

Permalink
Bump version 0.13.3 -> 0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jan 28, 2025
1 parent ebc1914 commit 401bf84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/vantage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"requirements": [
"aiovantage==0.17.1"
],
"version": "0.13.3",
"version": "0.13.4",
"zeroconf": [
{
"type": "_secure_aci._tcp.local.",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "home-assistant-vantage"
version = "0.13.3"
version = "0.13.4"
description = "Home Assistant integration for Vantage InFusion home automation controllers."
readme = "README.md"
requires-python = ">=3.12"
Expand Down Expand Up @@ -76,7 +76,7 @@ reportPrivateImportUsage = "none"
reportIncompatibleVariableOverride = "none"

[tool.bumpver]
current_version = "0.13.3"
current_version = "0.13.4"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 401bf84

Please sign in to comment.