From 7735cb6f44ecf6f42e9b4dea5065106f7377c3ef Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Tue, 21 Sep 2021 00:16:35 +0200 Subject: [PATCH] bump for 0.3.9rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b27da43..ac51246 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ plugin_package = "octoprint_klipper" plugin_name = "OctoKlipper" -plugin_version = "0.3.8.3" +plugin_version = "0.3.9rc1" plugin_description = """A plugin for OctoPrint to configure,control and monitor the Klipper 3D printer software."""