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"