Skip to content

Commit

Permalink
Indicate python 3 compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
markwal committed Apr 29, 2020
1 parent 0b5cef2 commit fcdf95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_portlister/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def get_update_information(self, *args, **kwargs):
)

__plugin_name__ = "PortLister"
__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 @@ -5,7 +5,7 @@
plugin_identifier = "portlister"
plugin_package = "octoprint_portlister"
plugin_name = "OctoPrint-PortLister"
plugin_version = "0.1.8"
plugin_version = "0.1.9"
plugin_description = """PortLister notices when printers get turned on and tells the list of ports to refresh"""
plugin_author = "Mark Walker"
plugin_author_email = "[email protected]"
Expand Down

0 comments on commit fcdf95d

Please sign in to comment.