diff --git a/setup.py b/setup.py index cbee05b..e3a632d 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.4" +plugin_version = "0.0.5" 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"