From a5c51aa0967d3044f3d8c49e0c890773b1e0be84 Mon Sep 17 00:00:00 2001 From: sdb9696 Date: Sat, 13 Jul 2024 10:19:00 +0100 Subject: [PATCH] Project version for previous HA --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b9f73eb..fb8df913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-kasa" -version = "0.7.0.4" +version = "0.7.0.3" description = "Python API for TP-Link Kasa Smarthome devices" license = "GPL-3.0-or-later" authors = ["python-kasa developers"]