From 4bdbdb09dabc73c0520097d508384f3da8780670 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 21 Mar 2023 22:39:00 -0400 Subject: [PATCH] 0.62.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d57f4793c..6ad5d1b90 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "0.61.1" +VERSION = "0.62.0" setup( name="hass-nabucasa",