Skip to content

Commit

Permalink
Bump version 0.13.1 -> 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jan 9, 2025
1 parent 523f269 commit ba93ec4
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.16.0"
],
"version": "0.13.1",
"version": "0.13.2",
"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.1"
version = "0.13.2"
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.1"
current_version = "0.13.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit ba93ec4

Please sign in to comment.