From f433251955628411d71bc69ba5dc8125b6ee5c95 Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Tue, 4 May 2021 01:06:10 +0200 Subject: [PATCH] bump version for 0.3.8rc6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09f3b8f..7476e8f 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper" plugin_name = "OctoKlipper" -plugin_version = "0.3.8rc5" +plugin_version = "0.3.8rc6" plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""