From 69a96fe17b49d4ba698108d70f93fecbdff2117e Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 1 Nov 2024 12:34:56 -0700 Subject: [PATCH] Release MSAL Python 1.31.1 --- msal/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/application.py b/msal/application.py index 0869d9e5..bf55e5e9 100644 --- a/msal/application.py +++ b/msal/application.py @@ -21,7 +21,7 @@ # The __init__.py will import this. Not the other way around. -__version__ = "1.31.0" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.31.1" # When releasing, also check and bump our dependencies's versions if needed logger = logging.getLogger(__name__) _AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"