From d2f66d82a1f5b899683dbda18877688fe47ad923 Mon Sep 17 00:00:00 2001 From: Christian <5859228+crysxd@users.noreply.github.com> Date: Sun, 18 Feb 2024 09:34:28 +0100 Subject: [PATCH] Bump version to 2.0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b24c9a1..60a1826 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module # Note that this is also parsed by the moonraker module to pull the version, so the string and format must remain the same! -plugin_version = "2.0.6" +plugin_version = "2.0.7" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module