diff --git a/dashboard_leaf/version.json b/dashboard_leaf/version.json
index 6ff2b7aadc3af27d2ff4d675a95fa5190fde0e64..1436eb2a3840ab52e645329d6c66de0a0d18d076 100644
--- a/dashboard_leaf/version.json
+++ b/dashboard_leaf/version.json
@@ -1,7 +1,7 @@
 {
     "version": {
-        "name": "v1.32.0",
-        "code": 44,
+        "name": "v1.32.1",
+        "code": 45,
         "date": "03.12.24"
     }
 }
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 350a64562135948cadf2d62d80806a2f752b6610..9d32d2719496ad703a8eac9f6ccafce316d310c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "DashboardLeaf"
-version = "1.32.0"
+version = "1.32.1"
 description = "Flask server for displaying multiple dashboards with custom tiles that refresh periodically."
 authors = ["TheCodeLabsDevs"]
 packages = [{include = "dashboard_leaf"}]