Skip to content

Commit 68bcb8a

Browse files
committed
bump version 0.2.32 -> 0.3.0
1 parent 702f687 commit 68bcb8a

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
@@ -134,7 +134,7 @@
134134
'en': 'Royal Meteorological Institute of Belgium'
135135
}
136136

137-
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.32'
137+
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.3.0'
138138

139139
CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index',
140140
'pressure'}

custom_components/irm_kmi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"requirements": [
1212
"irm-kmi-api>=0.1.4,<1.0.0"
1313
],
14-
"version": "0.2.32"
14+
"version": "0.3.0"
1515
}

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.32"
2+
current_version = "0.3.0"
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)