From 9847477369321f4d6ae3af1b0795a975b56e43af Mon Sep 17 00:00:00 2001 From: LazeMSS Date: Tue, 6 Apr 2021 21:02:29 +0200 Subject: [PATCH] Bumped version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d51e82..b31ca10 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "Top Temp" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.0.1.3" +plugin_version = "0.0.1.4" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module