Skip to content

Commit

Permalink
Merge pull request #15 from jslay88/python3-compat
Browse files Browse the repository at this point in the history
Enable Support for Python 3
  • Loading branch information
jslay88 authored Apr 17, 2020
2 parents 5283074 + 0e663e2 commit c9d1164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_dropbox_timelapse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def get_assets(self):


__plugin_name__ = "Dropbox Timelapse Plugin"
__plugin_pythoncompat__ = ">=2.7,<4"


def __plugin_load__():
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-Dropbox-Timelapse"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.3"
plugin_version = "0.1.4"

# 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 c9d1164

Please sign in to comment.