diff --git a/custom_components/irm_kmi/const.py b/custom_components/irm_kmi/const.py index 71e44b8..c93d78c 100644 --- a/custom_components/irm_kmi/const.py +++ b/custom_components/irm_kmi/const.py @@ -160,4 +160,4 @@ IRM_KMI_NAME: Final = { WEEKDAYS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] -USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.28' \ No newline at end of file +USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.29' \ No newline at end of file diff --git a/custom_components/irm_kmi/manifest.json b/custom_components/irm_kmi/manifest.json index ec7914c..65dc349 100644 --- a/custom_components/irm_kmi/manifest.json +++ b/custom_components/irm_kmi/manifest.json @@ -12,5 +12,5 @@ "svgwrite==1.4.3", "aiofile==3.9.0" ], - "version": "0.2.28" + "version": "0.2.29" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c6c69b2..7302c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bumpver] -current_version = "0.2.28" +current_version = "0.2.29" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"