We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f349f73 commit 05d7dc5Copy full SHA for 05d7dc5
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "aiovantage"
7
-version = "0.22.5"
+version = "0.22.6"
8
description = "Interact with and control Vantage InFusion home automation controllers."
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -72,7 +72,7 @@ convention = "google"
72
typeCheckingMode = "strict"
73
74
[tool.bumpver]
75
-current_version = "0.22.5"
+current_version = "0.22.6"
76
version_pattern = "MAJOR.MINOR.PATCH"
77
commit_message = "Bump version {old_version} -> {new_version}"
78
commit = true
0 commit comments