From a060b3ab31e09277863127d778a7c725037250fb Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Thu, 12 Jun 2025 12:34:56 -0700 Subject: [PATCH] MSAL Python 1.33.0 --- msal/sku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/sku.py b/msal/sku.py index 4cbd6310..4dc5c138 100644 --- a/msal/sku.py +++ b/msal/sku.py @@ -2,5 +2,5 @@ """ # The __init__.py will import this. Not the other way around. -__version__ = "1.33.0b1" +__version__ = "1.33.0" SKU = "MSAL.Python"