From 2d31e91a56dacd63371e2d2e1067686a05cbcdc8 Mon Sep 17 00:00:00 2001 From: Robin Gottfried Date: Tue, 21 Nov 2023 15:37:23 +0100 Subject: [PATCH] version raised to 0.7.0rc4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d15226a..46cfbc6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Karmen" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.7.0rc3" +plugin_version = "0.7.0rc4" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module