Skip to content

Commit b8bb064

Browse files
committed
Bump version: 0.10.3 → 0.10.4
1 parent 32caebd commit b8bb064

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/komfovent/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"requirements": [
1616
"pymodbus>=3.10.0"
1717
],
18-
"version": "0.10.3"
18+
"version": "0.10.4"
1919
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hass-komfovent"
3-
version = "0.10.3"
3+
version = "0.10.4"
44
description = "A Home Assistant integration for Komfovent C6, C6M and C8 ventilation units through Modbus TCP"
55
readme = "README.md"
66
requires-python = ">=3.14.2"
@@ -68,7 +68,7 @@ exclude_lines = [
6868
output = "coverage.xml"
6969

7070
[tool.bumpversion]
71-
current_version = "0.10.3"
71+
current_version = "0.10.4"
7272
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
7373
serialize = ["{major}.{minor}.{patch}"]
7474
commit = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)