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()