From a47f21e2f98e96d12be848e3b7bef0bc607fd0ce Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Wed, 26 Jul 2017 22:29:43 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77758ed..3dd962c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_simpleemergencystop" plugin_name = "OctoPrint-SimpleEmergencyStop" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.1.2" +plugin_version = "0.2.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module