Bump version to 0.5.0.dev0

This commit is contained in:
Teemu Rytilahti
2022-04-05 18:36:57 +02:00
committed by Teemu R
parent 2a0919efd5
commit 68038c93df
2 changed files with 148 additions and 143 deletions

View File

@@ -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