Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed Feb 4, 2022
1 parent 165b346 commit aba2ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_actioncommands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import octoprint.settings

__plugin_name__ = "Action Commands"
__plugin_version__ = "0.4"
__plugin_version__ = "0.5"
__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 @@ -16,7 +16,7 @@
plugin_name = "Action Commands"

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

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

Please sign in to comment.