From 5b40927c8dab965321b9d80c758132e3c680443e Mon Sep 17 00:00:00 2001 From: Sven Lohrmann Date: Mon, 30 Sep 2019 22:05:52 +0200 Subject: [PATCH] Bump version to 2.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4eb8e7a..9d6dcb0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "costestimation" plugin_package = "octoprint_costestimation" plugin_name = "OctoPrint-CostEstimation" -plugin_version = "2.1.2" +plugin_version = "2.1.3" plugin_description = "Displays the estimated print cost for the loaded model" plugin_author = "Sven Lohrmann" plugin_author_email = "malnvenshorn@mailbox.org"