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.
1 parent 5112b61 commit 8d1b020Copy full SHA for 8d1b020
janrain_datalib/_version.py
@@ -1,2 +1,2 @@
1
"""Package version"""
2
-__version__ = '0.1.0'
+__version__ = '0.1.1'
setup.py
@@ -18,7 +18,7 @@
18
PACKAGE,
19
],
20
install_requires=[
21
- "janrain-python-api == 0.3.5",
+ "janrain-python-api == 0.3.6",
22
23
tests_require=[
24
"Mock",
0 commit comments