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

Commit 741ac88

Browse files
committed
Updated versions
1 parent d50ef58 commit 741ac88

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
@@ -64,7 +64,7 @@ def run_tests(self):
6464
"Programming Language :: Python :: 3.6",
6565
"Topic :: Software Development :: Libraries :: Python Modules"],
6666
install_requires=[
67-
'oidcservice>=0.6.7',
67+
'oidcservice>=0.6.8',
6868
'pyyaml'
6969
],
7070
tests_require=[

src/oidcrp/__init__.py

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

3030
__author__ = 'Roland Hedberg'
31-
__version__ = '0.6.5'
31+
__version__ = '0.6.6'
3232

3333
logger = logging.getLogger(__name__)
3434

0 commit comments

Comments
 (0)