diff --git a/custom_components/rct_power/lib/const.py b/custom_components/rct_power/lib/const.py
index 9fa8653..8aeebbd 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.2"
+VERSION = "0.9.3"
 
 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 97c56b1..ed4be52 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.2"
+  "version": "0.9.3"
 }
diff --git a/pyproject.toml b/pyproject.toml
index 186f007..b31dabb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "rct-power"
-version = "0.9.2"
+version = "0.9.3"
 description = ""
 authors = ["Felix Stürmer <stuermer@weltenwort.de>"]
 license = "MIT"
diff --git a/tbump.toml b/tbump.toml
index ad143f0..f42de7f 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.2"
+current = "0.9.3"
 
 regex = '''
   (?P<major>\d+)