Skip to content

Commit

Permalink
Merge pull request #123 from AzureAD/release-1.0.0
Browse files Browse the repository at this point in the history
MSAL Python 1.0.0
  • Loading branch information
rayluo authored Nov 1, 2019
2 parents bee7af0 + aa3cfde commit d100f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msal/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# The __init__.py will import this. Not the other way around.
__version__ = "0.9.0"
__version__ = "1.0.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d100f7c

Please sign in to comment.