diff --git a/setup.py b/setup.py index eb6470b..1256482 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "gcodesystemcommands" plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-GCodeSystemCommands" -plugin_version = "1.0.0" +plugin_version = "1.0.1" plugin_description = "Define G-Code commands that execute local system commands." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"