From 4438e3e723379a98fc7840a7937e148a6d7199a3 Mon Sep 17 00:00:00 2001 From: Fraschetti Date: Thu, 4 Jul 2019 15:11:23 -0700 Subject: [PATCH] Bumping version number before the release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 072750e..6c1e578 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,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 = "1.8.1" +plugin_version = "1.9.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module