Prepare 0.7.0.dev0 (#922)

First dev release for 0.7.0: add module support for SMART devices,
support for introspectable device features and refactoring the library
This commit is contained in:
Teemu R
2024-05-19 20:00:57 +02:00
committed by GitHub
parent 273c541fcc
commit 5e619af29f
2 changed files with 389 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-kasa"
version = "0.6.2.1"
version = "0.7.0.dev0"
description = "Python API for TP-Link Kasa Smarthome devices"
license = "GPL-3.0-or-later"
authors = ["python-kasa developers"]