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