Skip to content

Commit 83cb580

Browse files
authored
deps: update econnect-python version 0.12.0 (#167)
1 parent 8ce1da3 commit 83cb580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/econnect_metronet/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"elmo"
1717
],
1818
"requirements": [
19-
"econnect-python==0.12.0a1"
19+
"econnect-python==0.12.0"
2020
],
2121
"version": "2.4.0"
2222
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: Implementation :: CPython",
3232
]
3333
dependencies = [
34-
"econnect-python==0.12.0a1",
34+
"econnect-python==0.12.0",
3535
"async_timeout",
3636
"homeassistant",
3737
]

0 commit comments

Comments
 (0)