From 1d2278116173724c6b360537d6b2efb3ef5cb719 Mon Sep 17 00:00:00 2001 From: Quinn Damerell Date: Thu, 19 Dec 2024 17:30:19 -0800 Subject: [PATCH] Version bump! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 697c68f..6020e52 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module # Note that this single version string is used by all of the plugins in OctoEverywhere! -plugin_version = "3.6.4" +plugin_version = "3.6.5" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module