From f0c3c693afdf285eff804abae56f9b5f27c138d9 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Fri, 2 Jun 2017 17:59:53 -0700 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa986ea..d353d87 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ plugin_identifier = "portlister" plugin_package = "octoprint_portlister" plugin_name = "OctoPrint-PortLister" -plugin_version = "0.1.5" +plugin_version = "0.1.6" plugin_description = """PortLister notices when printers get turned on and tells the list of ports to refresh""" plugin_author = "Mark Walker" plugin_author_email = "markwal@hotmail.com"