Skip to content

Commit

Permalink
tapo-py: Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Apr 5, 2024
1 parent 7a67a12 commit 22d8dce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tapo-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "tapo"
version = "0.2.0"
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)."
version = "0.2.1"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115)."
authors = ["Mihai Dinculescu <[email protected]>"]

[project]
name = "tapo"
version = "0.2.0"
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)."
version = "0.2.1"
description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115)."
readme = "README.md"
license = { file = "LICENSE" }
authors = [
Expand Down
4 changes: 2 additions & 2 deletions tapo-py/tapo-py/tapo/api_client.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Tapo API Client.
Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115).
Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115).
Example:
```python
Expand Down Expand Up @@ -31,7 +31,7 @@ from .plug_handler import PlugHandler
class ApiClient:
"""Tapo API Client.
Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115).
Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115).
Example:
```python
Expand Down

0 comments on commit 22d8dce

Please sign in to comment.