From 0d0389ceaff7d5f9962fe23c62c8a4ea56d27720 Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Fri, 14 Jun 2024 10:34:09 +0100 Subject: [PATCH] Bump version to 1.8.0a1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 254735c..254ddbb 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def _extract_tarball(self, tarball_path, lib_dir): setup( name='jq', - version='1.7.0', + version='1.8.0a1', description='jq is a lightweight and flexible JSON processor.', long_description=_read("README.rst"), author='Michael Williamson',