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 8929c5b commit 8247496Copy full SHA for 8247496
src/cryptojwt/__init__.py
@@ -17,7 +17,7 @@
17
18
from binascii import unhexlify
19
20
-__version__ = '0.1.0'
+__version__ = '0.2.0'
21
22
logger = logging.getLogger(__name__)
23
0 commit comments