From 73952e192ab3c3a4de993834fa142a0696915f13 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Sat, 16 Jun 2018 06:44:25 +0000 Subject: [PATCH] Update the version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 613dbe1..fd08e39 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ plugin_identifier = "polarcloud" plugin_package = "octoprint_polarcloud" plugin_name = "OctoPrint-PolarCloud" -plugin_version = "1.4" +plugin_version = "1.6" plugin_description = """Connects OctoPrint to the PolarCloud so you can easily monitor and control outside of your local network""" plugin_author = "Mark Walker" plugin_author_email = "markwal@hotmail.com"