Skip to content

Commit 1379962

Browse files
committed
Bumped version
1 parent b06744e commit 1379962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cryptojwt/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""JSON Web Token"""
2-
import json
32
import logging
43

54
from .exception import BadSyntax
@@ -22,7 +21,7 @@
2221
except ImportError:
2322
pass
2423

25-
__version__ = '0.7.3'
24+
__version__ = '0.7.4'
2625

2726
logger = logging.getLogger(__name__)
2827

0 commit comments

Comments
 (0)