From 42a3f695c480662e58655abb4124f466ab2755bb Mon Sep 17 00:00:00 2001 From: OllisGit Date: Mon, 24 May 2021 10:09:50 +0200 Subject: [PATCH] New Verison 1.8.0 - #41 hide overused spools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ae4bcb..45ac5d6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "filamentmanager" plugin_package = "octoprint_filamentmanager" plugin_name = "OctoPrint-FilamentManager" -plugin_version = "1.7.2" +plugin_version = "1.8.0" plugin_description = "Manage your spools and keep track of remaining filament on them" plugin_author = "Sven Lohrmann, Olli" plugin_author_email = "ollisgit@gmail.com, malnvenshorn@gmail.com"