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 91dac7c commit c2ea9a1Copy full SHA for c2ea9a1
oauth2cli/__init__.py
@@ -1,4 +1,5 @@
1
-__version__ = "0.0.1"
+__version__ = "0.1.0"
2
3
from .oauth2 import Client
4
+from .assertion import JwtSigner
5
0 commit comments