From 9843d8ce1d5706fd4e7d2c0246a039c77d17defc Mon Sep 17 00:00:00 2001 From: "Mathieu \"ralmn\" HIREL" Date: Mon, 22 Feb 2021 10:19:36 +0100 Subject: [PATCH] 1.5.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66e271c..63cd50e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint Ikea Tradfri" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.5.5-dev" +plugin_version = "1.5.5" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin