From 00b74be540d634ed4af6ababf3728c89082f569a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 4 Feb 2023 17:37:56 -0800 Subject: [PATCH] version bump --- jc/parsers/xrandr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/xrandr.py b/jc/parsers/xrandr.py index 1a799d46..ba2606be 100644 --- a/jc/parsers/xrandr.py +++ b/jc/parsers/xrandr.py @@ -141,7 +141,7 @@ import jc.utils class info: """Provides parser metadata (version, author, etc.)""" - version = "1.1" + version = "1.2" description = "`xrandr` command parser" author = "Kevin Lyter" author_email = "lyter_git at sent.com"