From b684644bbe695e6253e41a2802bbc5dcb2a15f90 Mon Sep 17 00:00:00 2001 From: Salandora Date: Tue, 8 Sep 2015 08:17:01 +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 e553bee..af3fa55 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-CustomControlPlugin" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.2" +plugin_version = "0.2.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module