Skip to content

Commit 496b65a

Browse files
committed
Bump version: 0.10.5 → 0.10.6
1 parent b8d99f7 commit 496b65a

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.5"
18+
"version": "0.10.6"
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.5"
3+
version = "0.10.6"
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"
@@ -63,7 +63,7 @@ exclude_lines = [
6363
output = "coverage.xml"
6464

6565
[tool.bumpversion]
66-
current_version = "0.10.5"
66+
current_version = "0.10.6"
6767
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
6868
serialize = ["{major}.{minor}.{patch}"]
6969
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)