From 68e5af474040c754c79706d4b4a07d375398eee1 Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Tue, 20 Oct 2020 16:54:06 -0700 Subject: [PATCH] MSAL Python 1.5.1 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 410086d1..1769352b 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.5.0" +__version__ = "1.5.1" logger = logging.getLogger(__name__)