Skip to content

Commit ba50793

Browse files
committed
Set version to 2.0.0-b1
1 parent 08b6125 commit ba50793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/knmi/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
DOMAIN: Final = "knmi"
1313
NAME: Final = "KNMI"
1414
SUPPLIER: Final = "Weerlive"
15-
VERSION: Final = "2.0.0"
15+
VERSION: Final = "2.0.0-b1"
1616

1717
# Defaults
1818
DEFAULT_NAME: Final = NAME

custom_components/knmi/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://github.com/golles/ha-knmi/blob/main/README.md",
77
"iot_class": "cloud_polling",
88
"issue_tracker": "https://github.com/golles/ha-knmi/issues",
9-
"version": "2.0.0"
9+
"version": "2.0.0-b1"
1010
}

0 commit comments

Comments
 (0)