From 0896e8101da52cbb792aabf6bcd768cde1d64ddd Mon Sep 17 00:00:00 2001 From: Shawn Bruce Date: Mon, 1 Feb 2021 14:24:56 -0500 Subject: [PATCH] Version 0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3a632d..2a88fdb 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "smartpreheat" plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-SmartPreheat" -plugin_version = "0.0.5" +plugin_version = "0.0.6" plugin_description = "Reads GCode files to determine starting temperatures and allows setting those temperatures inside scripts." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"