There was an error while loading. Please reload this page.
1 parent 7e9c931 commit 16fc45cCopy full SHA for 16fc45c
2 files changed
custom_components/city4u/manifest.json
@@ -9,6 +9,6 @@
9
"iot_class": "cloud_polling",
10
"issue_tracker": "https://github.com/tsvi/city4u_water_meter/issues",
11
"requirements": [],
12
- "version": "1.0.2"
+ "version": "1.0.3"
13
}
14
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "city4u_water_meter"
3
-version = "1.0.2"
+version = "1.0.3"
4
description = "Home Assistant custom component for City4U water consumption monitoring"
5
authors = [
6
{name = "Tsvi Mostovicz", email = "ttmost@gmail.com"},
@@ -56,7 +56,7 @@ ignore_missing_imports = true
56
profile = "black"
57
58
[tool.bumpversion]
59
-current_version = "1.0.2"
+current_version = "1.0.3"
60
commit = true
61
tag = true
62
tag_name = "v{new_version}"
0 commit comments