We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa21205 commit ceedc0aCopy full SHA for ceedc0a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "aiovantage"
7
-version = "0.22.0"
+version = "0.22.1"
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.0"
+current_version = "0.22.1"
76
version_pattern = "MAJOR.MINOR.PATCH"
77
commit_message = "Bump version {old_version} -> {new_version}"
78
commit = true
0 commit comments