diff --git a/setup.py b/setup.py index 0e715a2..5481882 100644 --- a/setup.py +++ b/setup.py @@ -14,14 +14,14 @@ 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 = "0.2.0" +plugin_version = "0.3.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module plugin_description = """Automatic Firmware Updater""" # The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module -plugin_author = "Gina Häußge, based on work by Nicanor Romero Venier" +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"