From 5d7940a89b3470ffb23033d48dea93629ca7136e Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 18 May 2025 19:24:19 -0700 Subject: [PATCH] version bump --- jc/lib.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/lib.py b/jc/lib.py index 8a01282a..bcc6f81c 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -10,7 +10,7 @@ from jc import appdirs from jc import utils -__version__ = '1.25.5' +__version__ = '1.25.6' parsers: List[str] = [ 'acpi', diff --git a/setup.py b/setup.py index fa0d7cc7..6b6b6dce 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.25.5', + version='1.25.6', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',