Skip to content

Commit fee2a10

Browse files
committed
bump version 0.2.29 -> 0.2.30
1 parent 18040eb commit fee2a10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/irm_kmi/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161

162162
WEEKDAYS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']
163163

164-
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.29'
164+
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.30'
165165

166166
CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index',
167167
'pressure'}

custom_components/irm_kmi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"svgwrite==1.4.3",
1313
"aiofile==3.9.0"
1414
],
15-
"version": "0.2.29"
15+
"version": "0.2.30"
1616
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpver]
2-
current_version = "0.2.29"
2+
current_version = "0.2.30"
33
version_pattern = "MAJOR.MINOR.PATCH"
44
commit_message = "bump version {old_version} -> {new_version}"
55
tag_message = "{new_version}"

0 commit comments

Comments
 (0)