diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index 972e5ee1b4855e85f2b0272bb0da1a261d14687d..56fc7d0e9fdaf32cf452830beb4bb4c8a77f965e 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.20' +VERSION = 'v2024.0.21' class OhmPi(object):