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"