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