diff --git a/custom_components/rct_power/lib/const.py b/custom_components/rct_power/lib/const.py index 9c30008..9fa8653 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.9.1" +VERSION = "0.9.2" ISSUE_URL = "https://github.com/weltenwort/rct-power/issues" diff --git a/custom_components/rct_power/manifest.json b/custom_components/rct_power/manifest.json index 02afa6e..97c56b1 100644 --- a/custom_components/rct_power/manifest.json +++ b/custom_components/rct_power/manifest.json @@ -8,5 +8,5 @@ "config_flow": true, "codeowners": ["@weltenwort"], "requirements": ["rctclient==0.0.3"], - "version": "0.9.1" + "version": "0.9.2" } diff --git a/pyproject.toml b/pyproject.toml index c3f4042..68574e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rct-power" -version = "0.9.1" +version = "0.9.2" description = "" authors = ["Felix Stürmer "] license = "MIT" diff --git a/tbump.toml b/tbump.toml index 996778c..ad143f0 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.9.1" +current = "0.9.2" regex = ''' (?P\d+)