diff --git a/jc/lib.py b/jc/lib.py index ff0b8807..8a01282a 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -10,7 +10,7 @@ from jc import appdirs from jc import utils -__version__ = '1.25.4' +__version__ = '1.25.5' parsers: List[str] = [ 'acpi', diff --git a/setup.py b/setup.py index 321d2760..fa0d7cc7 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.4', + version='1.25.5', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',