From b8bd15aa33845d7bae991e4394ebf59d769f845d Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Thu, 30 Jun 2022 12:17:43 -0500 Subject: [PATCH] Bumped version to 20220630.0 (#13050) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62a5a7f846..9d88995977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" -version = "20220629.0" +version = "20220630.0" license = {text = "Apache-2.0"} description = "The Home Assistant frontend" readme = "README.md"