Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii authored Sep 4, 2023
1 parent 4e604ce commit 7026e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_simplyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def get_update_information(self):
__plugin_name__ = "SimplyPrint Cloud"
__plugin_pythoncompat__ = ">=3.7,<4"
# Remember to bump the version in setup.py as well
__plugin_version__ = "4.1.0"
__plugin_version__ = "4.1.1"


def __plugin_load__():
Expand Down

0 comments on commit 7026e72

Please sign in to comment.