From 577c7f30d1ea1756e61a14a70d1d59f6ea5189e9 Mon Sep 17 00:00:00 2001 From: Shawn Bruce Date: Wed, 12 May 2021 10:05:17 -0400 Subject: [PATCH] Version 1.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 873dfd0..e24f7ae 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "psucontrol" plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-PSUControl" -plugin_version = "1.0.5" +plugin_version = "1.0.6" plugin_description = "Control ATX/AUX power supply." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"