From 2e704df1c5c682fb14da2675a037d64aacb55370 Mon Sep 17 00:00:00 2001 From: Shawn Bruce Date: Tue, 20 Apr 2021 18:10:14 -0400 Subject: [PATCH] Version 1.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afe1082..699ce9f 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.3" +plugin_version = "1.0.4" plugin_description = "Control ATX/AUX power supply." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"