Skip to content

Commit 9d90e4b

Browse files
committed
Extended to support also Python3.5 .
Bumped version
1 parent 06731b8 commit 9d90e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptojwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
except ImportError:
2222
pass
2323

24-
__version__ = '0.7.9'
24+
__version__ = '0.7.10'
2525

2626
logger = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)