Skip to content

Commit

Permalink
Update plugin version, Python 2/3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvandevelde committed Dec 23, 2019
1 parent 556836e commit dc063a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions octoprint_m73progress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def get_update_information(self):


__plugin_name__ = "M73 Progress 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 = "M73 Progress Plugin"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.0"
plugin_version = "0.2.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 dc063a3

Please sign in to comment.