Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bumping version number to MSAL Python 0.9.0
  • Loading branch information
rayluo authored Oct 31, 2019
commit a5d74ecb47bd15b1a99907f8c71e9e765899b2d2
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.8.0"
__version__ = "0.9.0"

logger = logging.getLogger(__name__)

Expand Down