From c0ffb95c24ad4aba241d7bc617fe8d4ddd6b1ae0 Mon Sep 17 00:00:00 2001 From: Fraschetti Date: Fri, 14 May 2021 22:37:50 -0700 Subject: [PATCH] Bumping version number before release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e93032..383a2a1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ plugin_name = "Octoslack" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2.1.0" +plugin_version = "2.2.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module