From 4f6153fdcafb3d075d3da72875395ba5428e2c3d Mon Sep 17 00:00:00 2001 From: Eric Higdon Date: Sun, 14 Jun 2020 00:56:24 -0400 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c87dd7..0a63118 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ plugin_name = "RGB Status" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.7.0" +plugin_version = "1.7.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module From d54a55dea925cf77c70f06d597537c9397ff847f Mon Sep 17 00:00:00 2001 From: Eric Higdon Date: Sat, 20 Jun 2020 11:08:14 -0400 Subject: [PATCH 2/2] Update setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0a63118..511b674 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -from __future__ import absolute_import, unicode_literals ######################################################################################################################## ### Do not forget to adjust the following variables to your own plugin.