Skip to content

Commit 27188e5

Browse files
committed
Bump version to 0.0.24
1 parent a2cdc7c commit 27188e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/miele/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Constants for the Miele integration."""
22

33
DOMAIN = "miele"
4-
VERSION = "0.0.23"
4+
VERSION = "0.0.24"
55

66

77
# Define appliance types

custom_components/miele/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ssdp": [],
1212
"zeroconf": [],
1313
"homekit": {},
14-
"version": "0.0.23",
14+
"version": "0.0.24",
1515
"dependencies": [
1616
"http"
1717
],

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.23
2+
current_version = 0.0.24
33

44
[flake8]
55
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build

0 commit comments

Comments
 (0)