From 66fc6ebdb4c25609bfb918eb90528402f5963e41 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Wed, 6 Sep 2023 23:46:25 -0700 Subject: [PATCH] Bumping version number --- msal/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/application.py b/msal/application.py index b3afbccf..2c63d202 100644 --- a/msal/application.py +++ b/msal/application.py @@ -25,7 +25,7 @@ # The __init__.py will import this. Not the other way around. -__version__ = "1.23.0" # When releasing, also check and bump our dependencies's versions if needed +__version__ = "1.24.0" # When releasing, also check and bump our dependencies's versions if needed logger = logging.getLogger(__name__) _AUTHORITY_TYPE_CLOUDSHELL = "CLOUDSHELL"