Skip to content

Commit 134c9e6

Browse files
committed
Bump version 0.19.0 -> 0.20.0
1 parent c2b1427 commit 134c9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aiovantage"
7-
version = "0.19.0"
7+
version = "0.20.0"
88
description = "Interact with and control Vantage InFusion home automation controllers."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -72,7 +72,7 @@ convention = "google"
7272
typeCheckingMode = "strict"
7373

7474
[tool.bumpver]
75-
current_version = "0.19.0"
75+
current_version = "0.20.0"
7676
version_pattern = "MAJOR.MINOR.PATCH"
7777
commit_message = "Bump version {old_version} -> {new_version}"
7878
commit = true

0 commit comments

Comments
 (0)