From c85c3352eb647ce871fae372a6a56f5261b8b75e Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 28 Oct 2024 13:35:21 -0700 Subject: [PATCH] Preparing release 0.15.1 --- src/aiovantage/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aiovantage/__about__.py b/src/aiovantage/__about__.py index 8c31f92..817b4bb 100644 --- a/src/aiovantage/__about__.py +++ b/src/aiovantage/__about__.py @@ -1,3 +1,3 @@ """Package version.""" -__version__ = "0.14.0" +__version__ = "0.15.1"