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

Commit ddd2ba2

Browse files
authored
version: update to 0.4.0 (#34)
1 parent 4b92529 commit ddd2ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# pylint: disable=wrong-import-position
2929

30-
__version__ = '0.3.0'
30+
__version__ = '0.4.0'
3131

3232
import logging
3333

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

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

0 commit comments

Comments
 (0)