From b3316113a4fd380fc1998e993bd5257e2f85851e Mon Sep 17 00:00:00 2001 From: Spegelius Date: Mon, 24 Sep 2018 18:42:33 +0300 Subject: [PATCH] Version 0.19.1 --- src/filaswitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filaswitch.py b/src/filaswitch.py index db9bcc9..66a2974 100755 --- a/src/filaswitch.py +++ b/src/filaswitch.py @@ -38,7 +38,7 @@ # TODO: merge status to settings settings = Settings() -version = "0.19.0" +version = "0.19.1" def detect_file_type(gcode_file, log):