From 4897d8f1245841bfae7a908ad3571f71320c5c19 Mon Sep 17 00:00:00 2001 From: Gilles Duboscq Date: Thu, 12 Sep 2024 17:44:46 +0200 Subject: [PATCH] Bump version --- src/mx/_impl/mx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mx/_impl/mx.py b/src/mx/_impl/mx.py index 2a333ad9..597bde14 100755 --- a/src/mx/_impl/mx.py +++ b/src/mx/_impl/mx.py @@ -18196,7 +18196,7 @@ def alarm_handler(signum, frame): _CACHE_DIR = get_env('MX_CACHE_DIR', join(dot_mx_dir(), 'cache')) # The version must be updated for every PR (checked in CI) and the comment should reflect the PR's issue -version = VersionSpec("7.29.7") # GR-57947 replace misstyped 'raise' with 'return' +version = VersionSpec("7.30.0") # advanced opens _mx_start_datetime = datetime.utcnow()