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 cece38d commit d7138eaCopy full SHA for d7138ea
setup.py
@@ -43,7 +43,7 @@
43
"Topic :: Software Development :: Libraries :: Python Modules",
44
"Programming Language :: Python :: 3.5",
45
"Programming Language :: Python :: 3.6",
46
- "Programming Language :: Python :: 3.7"
+ "Programming Language :: Python :: 3.7",
47
"Programming Language :: Python :: 3.8"
48
],
49
install_requires=["cryptography", "requests"],
src/cryptojwt/__init__.py
@@ -21,7 +21,7 @@
21
except ImportError:
22
pass
23
24
-__version__ = '0.8.2'
+__version__ = '0.8.3'
25
26
logger = logging.getLogger(__name__)
27
0 commit comments