diff --git a/tapo-py/pyproject.toml b/tapo-py/pyproject.toml index 3c3b781..3c707ee 100644 --- a/tapo-py/pyproject.toml +++ b/tapo-py/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "tapo" -version = "0.1.4" +version = "0.1.5" description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115)." authors = ["Mihai Dinculescu "] [project] name = "tapo" -version = "0.1.4" +version = "0.1.5" description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115)." readme = "README.md" license = { file = "LICENSE" }