From ab160cb9c85b9954ce53171c246f5e4c00d73427 Mon Sep 17 00:00:00 2001 From: Shawn Bruce Date: Fri, 24 Apr 2020 12:14:13 -0400 Subject: [PATCH] Version 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1dc09ad..eb6470b 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 = "0.1.1" +plugin_version = "1.0.0" plugin_description = "Define G-Code commands that execute local system commands." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"