Skip to content

Commit 16c9417

Browse files
committed
Bump version
Signed-off-by: Javad Asgari Shafique <[email protected]>
1 parent bbbc1ad commit 16c9417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

octoprint_simplyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def get_update_information(self):
439439
__plugin_name__ = "SimplyPrint Cloud"
440440
__plugin_pythoncompat__ = ">=3.7,<4"
441441
# Remember to bump the version in setup.py as well
442-
__plugin_version__ = "4.2.2"
442+
__plugin_version__ = "4.2.3"
443443

444444

445445
def __plugin_load__():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
1616
# Remember to bump the version in octoprint_simplyprint/__init__.py as well
17-
plugin_version = "4.2.2"
17+
plugin_version = "4.2.3"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)