From 2258046d04723b40e2ac358063f3ad407db1df89 Mon Sep 17 00:00:00 2001 From: Fraschetti Date: Thu, 24 Dec 2020 02:35:28 -0800 Subject: [PATCH] Bumping version before release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7511b5..a5ca9b6 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.0.0" +plugin_version = "2.1.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module