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

Commit fde24cb

Browse files
committed
Updated version and oidcendpoint version dependency.
1 parent 5538fe6 commit fde24cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_tests(self):
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
install_requires=[
6464
"pyyaml",
65-
'oidcendpoint>=0.13.4'
65+
'oidcendpoint>=1.0.0'
6666
],
6767
zip_safe=False,
6868
cmdclass={'test': PyTest},

src/oidcop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.8'
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)