diff --git a/setup.py b/setup.py index 281027e..3e7b3b3 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def _download_tarball(self, source_url, tarball_path, lib_dir): setup( name='jq', - version='1.1.1', + version='1.1.2', description='jq is a lightweight and flexible JSON processor.', long_description=read("README.rst"), author='Michael Williamson',