mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 11:28:02 +00:00
Bump version to 0.5.0.dev0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "python-kasa"
|
||||
version = "0.4.3"
|
||||
version = "0.5.0.dev0"
|
||||
description = "Python API for TP-Link Kasa Smarthome devices"
|
||||
license = "GPL-3.0-or-later"
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
@@ -18,7 +18,7 @@ kasa = "kasa.cli:cli"
|
||||
python = "^3.7"
|
||||
anyio = "*" # see https://github.com/python-trio/asyncclick/issues/18
|
||||
importlib-metadata = "*"
|
||||
asyncclick = ">=7"
|
||||
asyncclick = ">=8"
|
||||
pydantic = "^1"
|
||||
|
||||
# required only for docs
|
||||
|
Reference in New Issue
Block a user