diff --git a/setup.py b/setup.py index e343d0b..ba75315 100644 --- a/setup.py +++ b/setup.py @@ -14,20 +14,20 @@ plugin_name = "Octoprint-filamentreload" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.3.4" +plugin_version = "1.3.5" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module plugin_description = """A better version of the filament monitor that actually pauses the print when your filament runs out""" # The plugin's author. Can be overwritten within OctoPrint's internal data via __plugin_author__ in the plugin module -plugin_author = "AdriƠ Cereto i MassaguƩ" +plugin_author = "Matt Fritzges" # The plugin's author's mail address. -plugin_author_email = "ssorgatem@gmail.com" +plugin_author_email = "matt.fritzges@gmail.com" # 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/ssorgatem/Octoprint-Filament-Reloaded" +plugin_url = "https://github.com/compufritz/Octoprint-Filament-Reloaded" # The plugin's license. Can be overwritten within OctoPrint's internal data via __plugin_license__ in the plugin module plugin_license = "AGPLv3"