Skip to content

Commit 10485f7

Browse files
committed
Fixed version for release
1 parent 75bbe71 commit 10485f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
basestring = str
2626

2727

28-
__version__ = '0.4'
28+
__version__ = '0.4.0'
2929
__all__ = ['encode', 'decode', 'DecodeError']
3030

3131

0 commit comments

Comments
 (0)