We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5e29c commit ba0a615Copy full SHA for ba0a615
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "aiotedee"
3
-version = "0.2.21"
+version = "0.2.22"
4
license = {text = "MIT License"}
5
description = "A package to interact with Tedee locks using asyncio"
6
readme = "README.md"
@@ -34,4 +34,4 @@ dev = [
34
"pytest == 8.3.3",
35
"pytest-asyncio == 0.24.0",
36
"pytest-cov == 6.0.0",
37
-]
+]
0 commit comments