We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbe4e11 + a05a39a commit 8a45dbbCopy full SHA for 8a45dbb
msal_extensions/__init__.py
@@ -1,5 +1,5 @@
1
"""Provides auxiliary functionality to the `msal` package."""
2
-__version__ = "0.1.2"
+__version__ = "0.1.3"
3
4
import sys
5
setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal=1
setup.py
@@ -17,7 +17,7 @@
17
],
18
package_data={'': ['LICENSE']},
19
install_requires=[
20
- 'msal>=0.4.1,<1.0.0',
+ 'msal>=0.4.1,<2.0.0',
21
'portalocker~=1.0',
22
23
tests_require=['pytest'],
0 commit comments