Skip to content

Commit c2ea9a1

Browse files
committed
Version 0.1.0 which officially expose JwtSigner
1 parent 91dac7c commit c2ea9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth2cli/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"
22

33
from .oauth2 import Client
4+
from .assertion import JwtSigner
45

0 commit comments

Comments
 (0)