From 02655412753050c0bbf082528ea6511ea75b337b Mon Sep 17 00:00:00 2001 From: Eric Higdon Date: Sun, 14 Jun 2020 00:57:16 -0400 Subject: [PATCH] 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