Skip to content

Commit

Permalink
MSAL EX for Python 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Feb 7, 2022
1 parent cda2b7c commit 5dc4d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion msal_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Provides auxiliary functionality to the `msal` package."""
__version__ = "0.4.0"
__version__ = "1.0.0"

import sys

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5dc4d4b

Please sign in to comment.