From 96c2e954faac250d0f21dd8b0c8ba1a6bf5af681 Mon Sep 17 00:00:00 2001 From: David Zingg Date: Wed, 1 Jul 2020 22:01:36 +0200 Subject: [PATCH] #25 Python 3 Compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc851fd..0372894 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_mystromswitch" plugin_name = "OctoPrint-MyStromSwitch" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.1.0" +plugin_version = "1.1.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module