diff --git a/custom_components/rct_power/lib/const.py b/custom_components/rct_power/lib/const.py index 0c4992c..c2e6372 100644 --- a/custom_components/rct_power/lib/const.py +++ b/custom_components/rct_power/lib/const.py @@ -6,7 +6,7 @@ NAME = "RCT Power" DOMAIN = "rct_power" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.13.0" +VERSION = "0.13.1" ISSUE_URL = "https://github.com/weltenwort/home-assistant-rct-power-integration/issues" diff --git a/custom_components/rct_power/manifest.json b/custom_components/rct_power/manifest.json index 7ea623e..9ac7664 100644 --- a/custom_components/rct_power/manifest.json +++ b/custom_components/rct_power/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/weltenwort/home-assistant-rct-power-integration/issues", "requirements": ["rctclient==0.0.3"], - "version": "0.13.0" + "version": "0.13.1" } diff --git a/pyproject.toml b/pyproject.toml index caa04b1..4333bdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rct-power" -version = "0.13.0" +version = "0.13.1" description = "" authors = ["Felix Stürmer "] license = "MIT" diff --git a/tbump.toml b/tbump.toml index 3cd69f9..98b5cdf 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/weltenwort/home-assistant-rct-power-integration/" [version] -current = "0.13.0" +current = "0.13.1" regex = ''' (?P\d+)