Skip to content

Commit

Permalink
Merge pull request #14 from idcrook/python3
Browse files Browse the repository at this point in the history
"migrate" to python3
  • Loading branch information
tjjfvi committed Oct 25, 2020
2 parents 6a635b1 + 78a5d03 commit 35fe9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_BetterHeaterTimeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def get_update_information(self):


__plugin_name__ = "BetterHeaterTimeout"
__plugin_pythoncompat__ = ">=2.7,<4"

def __plugin_load__():
global __plugin_implementation__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
plugin_name = "OctoPrint-BetterHeaterTimeout"

# 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
Expand Down

0 comments on commit 35fe9de

Please sign in to comment.