From 39428a3a7e8dda66d80335b7296cd7b7f9ccf106 Mon Sep 17 00:00:00 2001 From: Doug Simon Date: Mon, 6 May 2024 11:03:24 +0200 Subject: [PATCH] bump mx 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 aa390a14..11009fdc 100755 --- a/src/mx/_impl/mx.py +++ b/src/mx/_impl/mx.py @@ -18180,7 +18180,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.25.0") # DownloadableLibrary +version = VersionSpec("7.25.1") # Avoid assuming there’s a PATH variable defined _mx_start_datetime = datetime.utcnow()