Skip to content

Commit 16fc45c

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent 7e9c931 commit 16fc45c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

custom_components/city4u/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"iot_class": "cloud_polling",
1010
"issue_tracker": "https://github.com/tsvi/city4u_water_meter/issues",
1111
"requirements": [],
12-
"version": "1.0.2"
12+
"version": "1.0.3"
1313
}
1414

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "city4u_water_meter"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Home Assistant custom component for City4U water consumption monitoring"
55
authors = [
66
{name = "Tsvi Mostovicz", email = "ttmost@gmail.com"},
@@ -56,7 +56,7 @@ ignore_missing_imports = true
5656
profile = "black"
5757

5858
[tool.bumpversion]
59-
current_version = "1.0.2"
59+
current_version = "1.0.3"
6060
commit = true
6161
tag = true
6262
tag_name = "v{new_version}"

0 commit comments

Comments
 (0)