From 3e3bb3e8bff9c554ee3f3109078546afdb0a6d6c Mon Sep 17 00:00:00 2001 From: Shawn Bruce Date: Mon, 1 Feb 2021 14:13:15 -0500 Subject: [PATCH] Version 0.1.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b09c8d..a73bc02 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 = "0.1.10" +plugin_version = "0.1.11" plugin_description = "Control ATX/AUX power supply." plugin_author = "Shawn Bruce" plugin_author_email = "kantlivelong@gmail.com"