From 5dc4d4b2f74390b7497d0a55e1c4b5b49d501a2f Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 4 Feb 2022 17:01:26 -0800 Subject: [PATCH] MSAL EX for Python 1.0.0 --- msal_extensions/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msal_extensions/__init__.py b/msal_extensions/__init__.py index 141cfb9..d3c5213 100644 --- a/msal_extensions/__init__.py +++ b/msal_extensions/__init__.py @@ -1,5 +1,5 @@ """Provides auxiliary functionality to the `msal` package.""" -__version__ = "0.4.0" +__version__ = "1.0.0" import sys diff --git a/setup.cfg b/setup.cfg index 6b5d8b8..ea368cd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,5 +8,5 @@ license = MIT project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-extensions-for-python/releases classifiers = License :: OSI Approved :: MIT License - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable description = Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.