From 4db3aabe07e93bc023072227ea769dd5853d75b3 Mon Sep 17 00:00:00 2001 From: Mihai Dinculescu Date: Wed, 18 Sep 2024 19:21:42 +0100 Subject: [PATCH] tapo-py: Release v0.5.0 --- tapo-py/pyproject.toml | 4 ++-- tapo/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tapo-py/pyproject.toml b/tapo-py/pyproject.toml index 978d707..c74ecc3 100644 --- a/tapo-py/pyproject.toml +++ b/tapo-py/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "tapo" -version = "0.4.0" +version = "0.5.0" description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315)." authors = ["Mihai Dinculescu "] [project] name = "tapo" -version = "0.4.0" +version = "0.5.0" description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315)." readme = "README.md" license = { file = "LICENSE" } diff --git a/tapo/Cargo.toml b/tapo/Cargo.toml index f0da97e..9205845 100644 --- a/tapo/Cargo.toml +++ b/tapo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tapo" -version = "0.7.14" +version = "0.7.15" edition = "2021" license = "MIT" authors = ["Mihai Dinculescu "]