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

Commit 18b37d6

Browse files
committed
Release version
1 parent c7ed781 commit 18b37d6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def run_tests(self):
6464
"Programming Language :: Python :: 3.6",
6565
"Topic :: Software Development :: Libraries :: Python Modules"],
6666
install_requires=[
67-
'cryptojwt>=0.7.0',
68-
'oidcservice>=0.6.3',
69-
'oidcmsg>=0.6.3',
67+
'cryptojwt>=0.7.13',
68+
'oidcservice>=0.6.7',
69+
'oidcmsg>=0.6.6',
7070
'pyyaml'
7171
],
7272
tests_require=[

src/oidcrp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from oidcrp import provider
2828

2929
__author__ = 'Roland Hedberg'
30-
__version__ = '0.6.4'
30+
__version__ = '0.6.5'
3131

3232
logger = logging.getLogger(__name__)
3333

0 commit comments

Comments
 (0)