Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
compufritz authored Mar 17, 2021
1 parent 8416b0d commit f3faec7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3faec7

Please sign in to comment.