From 1a5fbe3f1983d21f49c4fc6fff407160113fbf08 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 11 Apr 2025 12:34:56 -0700 Subject: [PATCH] Bump version number --- msal/sku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msal/sku.py b/msal/sku.py index 36be3138..4cbd6310 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.32.3" +__version__ = "1.33.0b1" SKU = "MSAL.Python"