From f55e1aba0e7e159d9f37f3213c009edd718a66d6 Mon Sep 17 00:00:00 2001 From: Shawn Bruce Date: Sun, 18 Apr 2021 07:35:16 -0400 Subject: [PATCH] Version 1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d095594..5eda2de 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.1" +plugin_version = "1.0.2" plugin_description = "Control ATX/AUX power supply." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"