From 214e154c883e94d9be75f1f11f552cb4dda089fb Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Sat, 13 Nov 2021 14:46:50 +0100 Subject: [PATCH] :rocket: bump to 0.3.9rc7 for a last rc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e1bab3..32f998d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper" plugin_name = "OctoKlipper" -plugin_version = "0.3.9" +plugin_version = "0.3.9rc7" plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""