Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
version: update to 0.4.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft authored Jul 29, 2016
1 parent 4b92529 commit ddd2ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# pylint: disable=wrong-import-position

__version__ = '0.3.0'
__version__ = '0.4.0'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='adal',
version='0.3.0', #note, same string exists in __init__.py
version='0.4.0', #note, same string exists in __init__.py
description=('The ADAL for Python library makes it easy for python ' +
'application to authenticate to Azure Active Directory ' +
'(AAD) in order to access AAD protected web resources.'),
Expand Down

0 comments on commit ddd2ba2

Please sign in to comment.