From 790a3151d8b61151dcd31f2194297dc8d4d89640 Mon Sep 17 00:00:00 2001 From: Nicolas Hilberg Date: Thu, 17 Oct 2024 20:25:20 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 524a376..48f05b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dirigera" -version = "1.2.0" +version = "1.2.1" description = "An unofficial Python client for controlling the IKEA Dirigera Smart Home Hub" readme = "README.md" authors = [{ name = "Leggin", email = "legginsun@gmail.com" }]