Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #32 from precision/master
Browse files Browse the repository at this point in the history
Updating to work with python3 and OctoPrint 1.4.x
  • Loading branch information
precision authored Jan 28, 2020
2 parents b3ff1fc + 902ca48 commit dfd74be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_LEDStripControl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def get_update_information(self):
)

__plugin_name__ = "LED Strip Control"
__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 @@ -18,7 +18,7 @@
plugin_identifier = "LEDStripControl"
plugin_package = "octoprint_LEDStripControl"
plugin_name = "OctoPrint-LEDStripControl"
plugin_version = "0.3.6"
plugin_version = "0.3.7"
plugin_description = """OctoPrint plugin for controling RGB LED Strips via local GPIO pins"""
plugin_author = "Uriah Welcome"
plugin_author_email = "[email protected]"
Expand Down

0 comments on commit dfd74be

Please sign in to comment.