Skip to content

Commit ef41dc7

Browse files
committed
Bump version to 2.0
1 parent 50809f7 commit ef41dc7

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "pyoverkiz"
3-
version = "1.20.1"
4-
description = "Async Python client to interact with internal OverKiz API (e.g. used by Somfy TaHoma)."
3+
version = "2.0.0"
4+
description = "A fully asynchronous API client for interaction with smart devices connected to OverKiz, supporting multiple vendors such as Somfy TaHoma and Atlantic Cozytouch."
55
readme = "README.md"
66
authors = [
77
{name = "Mick Vleeshouwer", email = "mick@imick.nl"},
@@ -88,8 +88,3 @@ ignore_missing_imports = true
8888

8989
[tool.ty.src]
9090
exclude = ["tests/"]
91-
92-
[tool.ty.rules]
93-
# This project uses both mypy and ty; mypy's `type: ignore` comments
94-
# should not be flagged as unused by ty.
95-
unused-type-ignore-comment = "ignore"

0 commit comments

Comments
 (0)