Skip to content

Commit e870496

Browse files
authored
Version bump
1 parent a61bce1 commit e870496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

octoprint_simplyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def get_update_information(self):
435435
__plugin_name__ = "SimplyPrint Cloud"
436436
__plugin_pythoncompat__ = ">=3.7,<4"
437437
# Remember to bump the version in setup.py as well
438-
__plugin_version__ = "4.2.0"
438+
__plugin_version__ = "4.2.1"
439439

440440

441441
def __plugin_load__():

setup.py

Lines changed: 2 additions & 2 deletions
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.0"
17+
plugin_version = "4.2.1"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module
@@ -24,7 +24,7 @@
2424
plugin_author = "SimplyPrint"
2525

2626
# The plugin's author's mail address.
27-
plugin_author_email = "albert@simplyprint.io"
27+
plugin_author_email = "contact@simplyprint.io"
2828

2929
# The plugin's homepage URL. Can be overwritten within OctoPrint's internal data via __plugin_url__ in the plugin module
3030
plugin_url = "https://simplyprint.io/"

0 commit comments

Comments
 (0)