From 261aa6c45421f98808f78449be1a9a690e70fe0a Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 17 Mar 2023 12:36:47 +0100 Subject: [PATCH] Bump version to 0.61.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2d538e11..d57f4793c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.61.0" +VERSION = "0.61.1" setup( name="hass-nabucasa",