diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index 18a7640b74e4fe6df2d2b56ecc1306fdda5d3206..8deca508b00e155ada0fc98adf7a82d66187a45f 100644 --- a/ohmpi/ohmpi.py +++ b/ohmpi/ohmpi.py @@ -53,7 +53,7 @@ except Exception as error: print(colored(f'Unexpected error: {error}', 'red')) arm64_imports = None -VERSION = 'v2024.0.14' +VERSION = 'v2024.0.15' class OhmPi(object):