From d39c47dfc280a3966c97ab3a4ebe0a4ba0b1663b Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Sun, 21 May 2023 19:51:07 +0300 Subject: [PATCH] Increment version to 1.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a7d461..2ee4953 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "printhistory" plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-PrintHistory" -plugin_version = "1.3" +plugin_version = "1.4.1" plugin_description = "Saves filename, print time and filament usage for each print" plugin_author = "Jarek Szczepanski" plugin_author_email = "imrahil@imrahil.com"