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