Skip to content

Commit 726cd79

Browse files
committed
Bump version: 0.10.0 → 0.10.1
1 parent c19a399 commit 726cd79

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.0"
18+
"version": "0.10.1"
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.0"
3+
version = "0.10.1"
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.13.2"
@@ -68,7 +68,7 @@ exclude_lines = [
6868
output = "coverage.xml"
6969

7070
[tool.bumpversion]
71-
current_version = "0.10.0"
71+
current_version = "0.10.1"
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)