Skip to content

Commit 81c908b

Browse files
authored
Merge pull request #46 from IdentityPython/develop
release 0.8.4
2 parents d9493a2 + f32405d commit 81c908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cryptojwt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
except ImportError:
2222
pass
2323

24-
__version__ = '0.8.3'
24+
__version__ = '0.8.4'
2525

2626
logger = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)