From 9cdae4fea7c9bb0871192e0a4a22c3b861995e9f Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 5 Nov 2024 18:46:16 +0100 Subject: [PATCH] Bumped version to 20241105.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86a0d55242..ad1d211e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-frontend" -version = "20241104.0" +version = "20241105.0" license = {text = "Apache-2.0"} description = "The Home Assistant frontend" readme = "README.md"