From 289998fc5f90fd5a8650c5a9979314b70db20248 Mon Sep 17 00:00:00 2001 From: Josef Eisl Date: Thu, 2 May 2024 09:32:59 +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 fdc6e341..aa390a14 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.24.0") # GR-45840 Deal with encoding errors during printing +version = VersionSpec("7.25.0") # DownloadableLibrary _mx_start_datetime = datetime.utcnow()