chore(release): bump version to 0.31.0b1

This commit is contained in:
Julian Pawlowski 2026-04-12 19:41:59 +00:00
parent adf85792d5
commit 4a72cde62a

View file

@ -1,11 +1,15 @@
{
"domain": "tibber_prices",
"name": "Tibber Price Information & Ratings",
"codeowners": ["@jpawlowski"],
"codeowners": [
"@jpawlowski"
],
"config_flow": true,
"documentation": "https://github.com/jpawlowski/hass.tibber_prices",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jpawlowski/hass.tibber_prices/issues",
"requirements": ["aiofiles>=23.2.1"],
"version": "0.30.0"
"requirements": [
"aiofiles>=23.2.1"
],
"version": "0.31.0b1"
}