From 03316f4a4c1f0d6cf1632f1d6872ca3e43930338 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 25 Apr 2019 09:49:25 +0100 Subject: [PATCH] Increment version to 1.3.0 Increment version and change author email address --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 19ba3be..23e4f7f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-FirmwareUpdater" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.2.0" +plugin_version = "1.3.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module @@ -24,7 +24,7 @@ plugin_author = "Gina Häußge and Ben Lye, based on work by Nicanor Romero Venier" # The plugin's author's mail address. -plugin_author_email = "gina@octoprint.org" +plugin_author_email = "ben@lye.co.nz" # The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module plugin_url = "https://github.com/OctoPrint/OctoPrint-FirmwareUpdater"