diff --git a/setup.py b/setup.py index f7672d5..9416b81 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module # Note that this is also parsed by the moonraker module to pull the version, so the string and format must remain the same! -plugin_version = "2.1.3" +plugin_version = "2.1.4" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module