Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellowlol committed Dec 30, 2024
1 parent 226e9e5 commit a6e8cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/nordpool/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
CONFIG_SCHEMA = vol.Schema({DOMAIN: vol.Schema({})}, extra=vol.ALLOW_EXTRA)

NAME = DOMAIN
VERSION = "0.0.16"
VERSION = "0.0.17"
ISSUEURL = "https://github.com/custom-components/nordpool/issues"


Expand Down
5 changes: 2 additions & 3 deletions custom_components/nordpool/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/custom-components/nordpool/issues",
"requirements": [
"nordpool==0.4.2",
"backoff"
],
"version": "0.0.16"
}
"version": "0.0.17"
}

0 comments on commit a6e8cc2

Please sign in to comment.