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 13fc47a commit 89fd35cCopy full SHA for 89fd35c
jose/__init__.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "0.6.0"
+__version__ = "0.6.1"
3
__author__ = 'Michael Davis'
4
__license__ = 'MIT'
5
__copyright__ = 'Copyright 2016 Michael Davis'
setup.py
@@ -33,6 +33,7 @@ def get_install_requires():
33
crypto_lib,
34
'six <2.0',
35
'ecdsa <1.0',
36
+ 'future <1.0',
37
]
38
39
0 commit comments