Skip to content

Commit a6e8cc2

Browse files
committed
bump
1 parent 226e9e5 commit a6e8cc2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

custom_components/nordpool/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
CONFIG_SCHEMA = vol.Schema({DOMAIN: vol.Schema({})}, extra=vol.ALLOW_EXTRA)
1616

1717
NAME = DOMAIN
18-
VERSION = "0.0.16"
18+
VERSION = "0.0.17"
1919
ISSUEURL = "https://github.com/custom-components/nordpool/issues"
2020

2121

custom_components/nordpool/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"iot_class": "cloud_polling",
1414
"issue_tracker": "https://github.com/custom-components/nordpool/issues",
1515
"requirements": [
16-
"nordpool==0.4.2",
1716
"backoff"
1817
],
19-
"version": "0.0.16"
20-
}
18+
"version": "0.0.17"
19+
}

0 commit comments

Comments
 (0)