Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 1464025

Browse files
committed
Release version
1 parent e6eec6a commit 1464025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_tests(self):
6161
"Programming Language :: Python :: 3.7",
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
install_requires=[
64-
"cryptojwt>=0.7.13",
64+
"cryptojwt>=0.7.15",
6565
"pyOpenSSL",
6666
],
6767
zip_safe=False,

src/oidcmsg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Roland Hedberg'
2-
__version__ = '0.6.6'
2+
__version__ = '0.6.7'
33

44

55
VERIFIED_CLAIM_PREFIX = '__verified'

0 commit comments

Comments
 (0)