From 14ff4cf24de7b40eeac40c36efa68cfc53bf1713 Mon Sep 17 00:00:00 2001 From: Salandora Date: Mon, 4 May 2020 00:33:36 +0200 Subject: [PATCH] Bump version to 0.2.2 because of python 3 compatibility flag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f1173c..133f8ef 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.1" +plugin_version = "0.2.2" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module