Skip to content
Merged
Changes from all commits
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
MSAL Python 0.6.1
Bumping version number
  • Loading branch information
rayluo authored Aug 13, 2019
commit 0e19bc6b95f895ee93f673b997ebd44604c289c5
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.6.0"
__version__ = "0.6.1"

logger = logging.getLogger(__name__)

Expand Down