From a69e55cb1c3b62a8651d476fa6b4720de2c667f7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 27 Apr 2024 11:17:37 -0700 Subject: [PATCH] version bump --- jc/parsers/bluetoothctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/bluetoothctl.py b/jc/parsers/bluetoothctl.py index 24fc553e..6848b886 100644 --- a/jc/parsers/bluetoothctl.py +++ b/jc/parsers/bluetoothctl.py @@ -108,7 +108,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.1' + version = '1.2' description = '`bluetoothctl` command parser' author = 'Jake Ob' author_email = 'iakopap at gmail.com'