Skip to content

Commit 5dc4d4b

Browse files
committed
MSAL EX for Python 1.0.0
1 parent cda2b7c commit 5dc4d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msal_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Provides auxiliary functionality to the `msal` package."""
2-
__version__ = "0.4.0"
2+
__version__ = "1.0.0"
33

44
import sys
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ license = MIT
88
project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-extensions-for-python/releases
99
classifiers =
1010
License :: OSI Approved :: MIT License
11-
Development Status :: 4 - Beta
11+
Development Status :: 5 - Production/Stable
1212
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.

0 commit comments

Comments
 (0)