From 8aad9b196223ac7fc215f57d7e9fbc8ec6e2445e Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Mon, 14 Mar 2016 08:00:09 -0700 Subject: [PATCH] Oops, forgot to update the version number again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84a0131..aa986ea 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.3" +plugin_version = "0.1.5" 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"