Skip to content

Commit 7026e72

Browse files
authored
bump version for release
1 parent 4e604ce commit 7026e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_simplyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def get_update_information(self):
428428
__plugin_name__ = "SimplyPrint Cloud"
429429
__plugin_pythoncompat__ = ">=3.7,<4"
430430
# Remember to bump the version in setup.py as well
431-
__plugin_version__ = "4.1.0"
431+
__plugin_version__ = "4.1.1"
432432

433433

434434
def __plugin_load__():

0 commit comments

Comments
 (0)