Skip to content

Commit

Permalink
MSAL Extensions Python 0.4.0
Browse files Browse the repository at this point in the history
Add description that will be displayed on PyPI
  • Loading branch information
rayluo committed Feb 6, 2022
1 parent c98bcba commit cda2b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.3.1"
__version__ = "0.4.0"

import sys

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ project_urls = Changelog = https://github.com/AzureAD/microsoft-authenticatio
classifiers =
License :: OSI Approved :: MIT License
Development Status :: 4 - Beta
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 cda2b7c

Please sign in to comment.